Class AbstractImmutableEntry.ValueFunction<V>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<java.util.Map.Entry<?,​V>,​V>, Function<java.util.Map.Entry<?,​V>,​V>
    Enclosing class:
    AbstractImmutableEntry<K,​V>

    @Deprecated
    private static class AbstractImmutableEntry.ValueFunction<V>
    extends java.lang.Object
    implements Function<java.util.Map.Entry<?,​V>,​V>
    Deprecated.
    Since 6.2 - Kept for serialization compatibility only.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ValueFunction()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      V valueOf​(java.util.Map.Entry<?,​V> entry)
      Deprecated.
       
      • 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

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ValueFunction

        private ValueFunction()
        Deprecated.
    • Method Detail

      • valueOf

        public V valueOf​(java.util.Map.Entry<?,​V> entry)
        Deprecated.
        Specified by:
        valueOf in interface Function<java.util.Map.Entry<?,​V>,​V>