Package | Description |
---|---|
com.bigdata.btree.raba |
Modifier and Type | Class and Description |
---|---|
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
null s but supports
search. |
class |
ReadOnlyValuesRaba
Immutable implementation allows
null s but does not support
search. |
Modifier and Type | Method and Description |
---|---|
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–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.