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