soot
Class AbstractUnitAllMapTo

java.lang.Object
  extended byjava.util.AbstractMap
      extended bysoot.AbstractUnitAllMapTo
All Implemented Interfaces:
Map

public class AbstractUnitAllMapTo
extends AbstractMap


Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
AbstractUnitAllMapTo(Object dest)
           
 
Method Summary
 Set entrySet()
           
 Object get(Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractUnitAllMapTo

public AbstractUnitAllMapTo(Object dest)
Method Detail

get

public Object get(Object key)

entrySet

public Set entrySet()