net.obsearch.storage
Class Tuple
java.lang.Object
net.obsearch.storage.Tuple
- Direct Known Subclasses:
- TupleByte, TupleBytes, TupleDouble, TupleFloat, TupleInt, TupleLong, TupleShort
public class Tuple
- extends Object
A tuple returned by a range operation of an OBStore implementation. This
object holds the key and the value of objects found within a range search.
- Author:
- Arnoldo Jose Muller Molina
Field Summary |
protected byte[] |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected byte[] value
Tuple
public Tuple()
Tuple
public Tuple(byte[] value)
getValue
public byte[] getValue()
- Returns:
- The value.
setValue
public void setValue(byte[] newValue)
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.