net.obsearch.storage
Class TupleFloat
java.lang.Object
net.obsearch.storage.Tuple
net.obsearch.storage.TupleFloat
public final class TupleFloat
- extends Tuple
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. The key is a float, and the value is
always an array of bytes.
- Author:
- Arnoldo Jose Muller Molina
Fields inherited from class net.obsearch.storage.Tuple |
value |
Constructor Summary |
TupleFloat(float key,
byte[] value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TupleFloat
public TupleFloat(float key,
byte[] value)
getKey
public float getKey()
- Returns:
- The key.
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.