us.ihmc.utilities.maps
Class ObjectObjectMap<T,V>

java.lang.Object
  extended by us.ihmc.utilities.maps.AbstractObjectObjectMap<T,V>
      extended by us.ihmc.utilities.maps.ObjectObjectMap<T,V>

public class ObjectObjectMap<T,V>
extends AbstractObjectObjectMap<T,V>


Constructor Summary
ObjectObjectMap()
           
 
Method Summary
 void add(java.util.Map.Entry<T,V> entry)
           
 void add(Pair<T,V> element)
           
 void add(T first, V second)
           
 void addAll(java.util.Map<T,V> map)
           
 T getFirst(int index)
           
 V getSecond(int index)
           
 
Methods inherited from class us.ihmc.utilities.maps.AbstractObjectObjectMap
get, getLength
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectObjectMap

public ObjectObjectMap()
Method Detail

add

public void add(T first,
                V second)

add

public void add(Pair<T,V> element)

addAll

public void addAll(java.util.Map<T,V> map)

add

public void add(java.util.Map.Entry<T,V> entry)

getFirst

public T getFirst(int index)

getSecond

public V getSecond(int index)