net.obsearch.storage
Class Tuple

java.lang.Object
  extended by 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
           
 
Constructor Summary
Tuple()
           
Tuple(byte[] value)
           
 
Method Summary
 byte[] getValue()
           
 void setValue(byte[] newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected byte[] value
Constructor Detail

Tuple

public Tuple()

Tuple

public Tuple(byte[] value)
Method Detail

getValue

public byte[] getValue()
Returns:
The value.

setValue

public void setValue(byte[] newValue)


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.