public static class EmptyRaba.EmptyValuesRaba extends EmptyRaba
IRaba.EmptyRaba.EmptyKeysRaba, EmptyRaba.EmptyValuesRaba| Constructor and Description |
|---|
EmptyRaba.EmptyValuesRaba()
De-serialization ctor.
|
public EmptyRaba.EmptyValuesRaba()
public final boolean isKeys()
IRabatrue the IRaba supports search and elements are
interpreted as unsigned byte[]s (B+Tree keys). For this case
the application MUST ensure that the elements are maintained in
unsigned byte[] order and that duplicates byte[]s are not
stored.
When false, the IRaba allows nulls and
the elements are interpreted as signed byte[] (B+Tree
values).
true if the IRaba represents B+Tree keys and
false if it represents B+Tree values.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.