T - the type of elements maintained by this CollectionV - the type of elements maintained by this Collectionpublic static class Object2ObjectMaps.UnmodifyableEntry<T,V> extends AbstractObject2ObjectMap.BasicEntry<T,V>
| Modifier and Type | Method and Description |
|---|---|
void |
set(T key,
V value)
A Helper method for fast replacing values
|
public void set(T key, V value)
AbstractObject2ObjectMap.BasicEntryset in class AbstractObject2ObjectMap.BasicEntry<T,V>key - the key that should be replacedvalue - the value that should be replaced