java.lang.Object
org.eclipse.collections.impl.multimap.AbstractMultimap.KeyValuePairFunction<V,K>
- All Implemented Interfaces:
Serializable
, Function<V,Pair<K,V>>
, Function<V,Pair<K,V>>
- Enclosing class:
AbstractMultimap<K,V,C extends RichIterable<V>>
private static final class AbstractMultimap.KeyValuePairFunction<V,K>
extends Object
implements Function<V,Pair<K,V>>
-
Field Summary
Fields
private static final long
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.function.Function
apply
-
Field Details
-
serialVersionUID
private static final long serialVersionUID
- See Also:
-
-
-
Constructor Details
-
KeyValuePairFunction
private KeyValuePairFunction(K key)
-