Class AbstractMultimap.KeyValuePairFunction<V,​K>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.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 java.lang.Object
    implements Function<V,​Pair<K,​V>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private K key  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private KeyValuePairFunction​(K key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Pair<K,​V> valueOf​(V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function

        apply
    • Field Detail

      • key

        private final K key
    • Constructor Detail

      • KeyValuePairFunction

        private KeyValuePairFunction​(K key)