Uses of Interface
org.bridj.NativeList

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
<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-2012. All Rights Reserved.