Class SimpleImmutableEntry<K,V>

java.lang.Object
org.infinispan.commons.util.SimpleImmutableEntry<K,V>
All Implemented Interfaces:
Serializable, Map.Entry<K,V>

public class SimpleImmutableEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Where is Java 1.6?
Since:
4.0
Author:
(various)
See Also:
  • Constructor Details

    • SimpleImmutableEntry

      public SimpleImmutableEntry(Map.Entry<K,V> me)
    • SimpleImmutableEntry

      public SimpleImmutableEntry(K key, V value)
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • setValue

      public V setValue(V arg0)
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

      public String toString()