public interface IAutoboxBTree
byte[]
s using the ITupleSerializer
configured on the
IndexMetadata
object for the IIndex
.Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object key)
Return true iff there is an entry for the key.
|
Object |
insert(Object key,
Object value)
Insert with auto-magic handling of keys and value objects.
|
Object |
lookup(Object key)
Lookup a value for a key.
|
Object |
remove(Object key)
Remove the key and its associated value.
|
Object insert(Object key, Object value)
key
- The key is implicitly converted to an unsigned
byte[]
.value
- The value is implicitly converted to a byte[]
.null
if there was
no value stored under that key.Object lookup(Object key)
key
- The key is implicitly converted to an unsigned
byte[]
.null
if there is no
entry for that key.boolean contains(Object key)
key
- The key is implicitly converted to an unsigned
byte[]
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.