|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pointer.ListType | |
---|---|
org.bridj | BridJ core classes and C runtime (Pointer , BridJ , SizeT , Platform , LastError ...). |
Uses of Pointer.ListType in org.bridj |
---|
Methods in org.bridj that return Pointer.ListType | |
---|---|
static Pointer.ListType |
Pointer.ListType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Pointer.ListType[] |
Pointer.ListType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.bridj with parameters of type Pointer.ListType | |
---|---|
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 |