|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.filewatch.linux.BidirectionalMap<K,V>
public class BidirectionalMap<K,V>
| Constructor Summary | |
|---|---|
BidirectionalMap()
|
|
| Method Summary | |
|---|---|
K |
getKey(V value)
|
V |
getValue(K key)
|
java.util.Set<K> |
keySet()
|
V |
put(K key,
V value)
|
void |
updateValue(V oldValue,
V newValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BidirectionalMap()
| Method Detail |
|---|
public V getValue(K key)
public V put(K key,
V value)
public java.util.Set<K> keySet()
public K getKey(V value)
public void updateValue(V oldValue,
V newValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||