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