K1 - K2 - V - public class Triplets<K1,K2,V> extends Object
| Constructor and Description |
|---|
Triplets()
Creates a new
Triplets instance. |
Triplets(Map<Pair<K1,K2>,V> delegate)
Creates a new
Triplets instance with the specified delegate. |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K1 k1,
K2 k2) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Pair<K1,K2>,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(K1 k1,
K2 k2) |
int |
hashCode() |
boolean |
isEmpty() |
Set<Pair<K1,K2>> |
keySet() |
void |
put(K1 k1,
K2 k2,
V v) |
void |
putAll(Triplets<K1,K2,V> triplets) |
void |
remove(K1 k1,
K2 k2) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
public Triplets()
Triplets instance.public void clear()
public boolean isEmpty()
public int size()
public boolean containsValue(Object value)
public Collection<V> values()
Copyright © 2013 Atomic Leopard. All Rights Reserved.