T - the type of elements maintained by this CollectionV - the type of elements maintained by this Collectionpublic static class AbstractObject2ObjectMap.BasicEntry<T,V> extends java.lang.Object implements Object2ObjectMap.Entry<T,V>
| Constructor and Description |
|---|
BasicEntry()
A basic Empty constructor
|
BasicEntry(T key,
V value)
A Type Specific Constructor
|
public void set(T key, V value)
key - the key that should be replacedvalue - the value that should be replacedpublic boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
toString in class java.lang.Object