Class KeyValue
java.lang.Object
com.sparsity.sparksee.gdb.KeyValue
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyValue
public KeyValue()
-
-
Method Details
-
equals
-
compareTo
-
hashCode
-
getKey
public long getKey()Gets the key (OID) of this KeyValue pair.- Returns:
- The Sparksee object identifier for this entry.
-
compareTo
See compare().This just works if the given object is a Value instance.
- Parameters:
value- null
-
toString
-
getValue
Gets the value of this KeyValue pair.- Returns:
- The Value associated with this entry.
-