public final class Key<K,V>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static <K,V> Key<K,V> |
create(K element1,
V element2) |
boolean |
equals(java.lang.Object o) |
static <K,V> Key<K,V> |
get(K element1,
V element2) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public V getValue()
public K getKey()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static <K,V> Key<K,V> get(K element1, V element2)
public static void clear()
public static <K,V> Key<K,V> create(K element1, V element2)
Copyright © 2018 SAP SE. All Rights Reserved.