Package | Description |
---|---|
org.bridj |
Modifier and Type | Method and Description |
---|---|
static <E> NativeList<E> |
Pointer.allocateList(Class<E> type,
long capacity)
Create a
Pointer.ListType.Dynamic list with the provided initial capacity (see Pointer.ListType.Dynamic ). |
static <E> NativeList<E> |
Pointer.allocateList(PointerIO<E> io,
long capacity)
Create a
Pointer.ListType.Dynamic list with the provided initial capacity (see Pointer.ListType.Dynamic ). |
static <E> NativeList<E> |
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).
|
Copyright © 2009-2020. All Rights Reserved.