Class AbstractImmutableEntry.KeyFunction<K>
java.lang.Object
org.eclipse.collections.impl.tuple.AbstractImmutableEntry.KeyFunction<K>
- All Implemented Interfaces:
Serializable, Function<Map.Entry<K,?>, K>, Function<Map.Entry<K, ?>, K>
- Enclosing class:
AbstractImmutableEntry<K,V>
@Deprecated
private static class AbstractImmutableEntry.KeyFunction<K>
extends Object
implements Function<Map.Entry<K,?>, K>
Deprecated.
Since 6.2 - Kept for serialization compatibility only.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
KeyFunction
private KeyFunction()Deprecated.
-
-
Method Details
-
valueOf
-