public final class StringToObject<V> extends Object implements KeyValue<String,V>
String
key
V
value
StringToObject(String aKey, V aValue)
int
compareTo(KeyValue<String,?> aReference)
boolean
equals(Object obj)
getKey()
getValue()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final String key
public final V value
public StringToObject(String aKey, V aValue)
public int compareTo(KeyValue<String,?> aReference)
compareTo
Comparable<KeyValue<String,?>>
public boolean equals(Object obj)
equals
Object
public String getKey()
getKey
KeyValue<String,V>
public V getValue()
getValue
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019 Optimatika. All rights reserved.