com.teamdev.filewatch.linux
Class BidirectionalMap<K,V>

java.lang.Object
  extended by com.teamdev.filewatch.linux.BidirectionalMap<K,V>

public class BidirectionalMap<K,V>
extends java.lang.Object


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

BidirectionalMap

public BidirectionalMap()
Method Detail

getValue

public V getValue(K key)

put

public V put(K key,
             V value)

keySet

public java.util.Set<K> keySet()

getKey

public K getKey(V value)

updateValue

public void updateValue(V oldValue,
                        V newValue)