Uses of Interface
krati.array.LongArray

Packages that use LongArray
krati.core.array   
krati.core.array.basic   
 

Uses of LongArray in krati.core.array
 

Subinterfaces of LongArray in krati.core.array
 interface AddressArray
          AddressArray is for maintaining address pointers (long values) to data stored in segments.
 

Methods in krati.core.array that return LongArray
protected  LongArray SimpleDataArray.getAddressArray()
           
 

Uses of LongArray in krati.core.array.basic
 

Classes in krati.core.array.basic that implement LongArray
 class DynamicLongArray
          DynamicLongArray
 class MemoryLongArray
           
 class StaticLongArray
          StaticLongArray: Fixed-Size Persistent LongArray Implementation.
 

Methods in krati.core.array.basic with parameters of type LongArray
 void StaticLongArray.wrap(LongArray newArray)
           
 



Copyright © 2011. All Rights Reserved.