public class SimpleEntry extends Object implements Serializable
Leaf
.Constructor and Description |
---|
SimpleEntry()
Create a new entry.
|
SimpleEntry(int id) |
public SimpleEntry()
public SimpleEntry(int id)
public int id()
public boolean equals(Object o)
equals
has been overriden to transparently
de-serialize the given object when it is a byte[]
. This
is a hack that provides backwards compatibility for some of the unit
tests when assume that objects (and not byte[]s) are stored in the
B+Tree and visited by the ITupleIterator
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.