|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NativeList | |
---|---|
org.bridj | BridJ core classes and C runtime (Pointer , BridJ , SizeT , Platform , LastError ...). |
Uses of NativeList in org.bridj |
---|
Methods in org.bridj that return NativeList | ||
---|---|---|
static
|
Pointer.allocateList(Class<E> type,
long capacity)
Create a Pointer.ListType.Dynamic list with the provided initial capacity (see Pointer.ListType.Dynamic ). |
|
static
|
Pointer.allocateList(PointerIO<E> io,
long capacity)
Create a Pointer.ListType.Dynamic list with the provided initial capacity (see Pointer.ListType.Dynamic ). |
|
static
|
Pointer.allocateList(Type type,
long capacity)
Create a Pointer.ListType.Dynamic list with the provided initial capacity (see Pointer.ListType.Dynamic ). |
|
NativeList<T> |
Pointer.asList()
Create a Pointer.ListType.FixedCapacity native list that uses this pointer as storage (and has this pointer's pointed valid elements as initial content). |
|
NativeList<T> |
Pointer.asList(Pointer.ListType type)
Create a native list that uses this pointer as initial storage (and has this pointer's pointed valid elements as initial content). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |