Class AbstractImmutableEntry<K,V>
java.lang.Object
org.eclipse.collections.impl.tuple.AbstractImmutableEntry<K,V>
- All Implemented Interfaces:
Serializable,Map.Entry<K,V>
- Direct Known Subclasses:
ImmutableEntry,ImmutableEntryWithHashingStrategy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Deprecated.getValue()Deprecated.Since 6.2 - UseFunctions.getValueFunction()instead.toString()Returns a string representation of the form{key}={value}.
-
Constructor Details
-
AbstractImmutableEntry
-
-
Method Details
-
getKeyFunction
Deprecated.Since 6.2 - UseFunctions.getKeyFunction()instead. -
getValueFunction
Deprecated.Since 6.2 - UseFunctions.getValueFunction()instead. -
getPairFunction
-
getKey
-
getValue
-
setValue
This implementation throws an
UnsupportedOperationException. Override this method to support mutable map entries. -
toString
Returns a string representation of the form{key}={value}.
-
Functions.getKeyFunction()instead.