Uses of Class
com.bigdata.btree.raba.AbstractRaba

Packages that use AbstractRaba
com.bigdata.btree.raba   
 

Uses of AbstractRaba in com.bigdata.btree.raba
 

Subclasses of AbstractRaba in com.bigdata.btree.raba
 class MutableKeysRaba
          Flyweight implementation for wrapping a byte[][] with fromIndex and toIndex.
 class MutableValuesRaba
          Flyweight implementation for wrapping a byte[][] with fromIndex and toIndex.
 class ReadOnlyKeysRaba
          Immutable implementation does not allow nulls but supports search.
 class ReadOnlyValuesRaba
          Immutable implementation allows nulls but does not support search.
 

Methods in com.bigdata.btree.raba that return AbstractRaba
 AbstractRaba AbstractRaba.resize(int n)
          Resize the buffer, copying up to n references to the existing data into a new view backed by a new byte[][].
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.