public class KeyedValuesItemKey extends java.lang.Object implements ItemKey, java.io.Serializable
KeyedValues3D data
structure.| Constructor and Description |
|---|
KeyedValuesItemKey(java.lang.Comparable<? extends java.lang.Object> key)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests this instance for equality with an arbitrary object.
|
java.lang.Comparable<?> |
getKey()
Returns the key.
|
java.lang.String |
toJSONString()
Returns a JSON formatted string representing the key.
|
java.lang.String |
toString() |
public KeyedValuesItemKey(java.lang.Comparable<? extends java.lang.Object> key)
key - the key (null not permitted).public java.lang.Comparable<?> getKey()
null).public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object (null not permitted).public java.lang.String toJSONString()
ItemKeytoJSONString in interface ItemKeypublic java.lang.String toString()
toString in class java.lang.Object