public static class EmptyRaba.EmptyKeysRaba extends EmptyRaba
IRaba
.EmptyRaba.EmptyKeysRaba, EmptyRaba.EmptyValuesRaba
Constructor and Description |
---|
EmptyRaba.EmptyKeysRaba()
De-serialization ctor.
|
public final boolean isKeys()
IRaba
true
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 null
s 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.