Package | Description |
---|---|
org.bridj |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.