Class AbstractMap.SimpleEntry<K,V>

java.lang.Object
org.infinispan.commons.util.AbstractMap.SimpleEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
AbstractMap<K,V>

protected static class AbstractMap.SimpleEntry<K,V> extends Object implements Map.Entry<K,V>
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • setValue

      public V setValue(V value)
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

      public String toString()