public class KeyElement
extends java.lang.Object
KeyElement
class is an instrument for array comparison with KeyComparator classConstructor and Description |
---|
KeyElement(java.lang.String key,
java.lang.String value)
The constructor
KeyElement creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
get field: key for sort.
|
java.lang.String |
getValue()
get field: value of key.
|