Class Key<K,V>

java.lang.Object
de.hybris.platform.util.Key<K,V>
All Implemented Interfaces:
Serializable

public final class Key<K,V> extends Object implements Serializable
See Also:
  • Method Details

    • getValue

      public V getValue()
    • getKey

      public K getKey()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • get

      public static <K, V> Key<K,V> get(K element1, V element2)
    • clear

      public static void clear()
    • create

      public static <K, V> Key<K,V> create(K element1, V element2)