joeq.Compiler.Analysis.Primitive
Class PrimitivePACallGraph.PACallTargetMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by joeq.Compiler.Analysis.Primitive.PrimitivePACallGraph.PACallTargetMap
All Implemented Interfaces:
java.util.Map
Enclosing class:
PrimitivePACallGraph

public static class PrimitivePACallGraph.PACallTargetMap
extends java.util.AbstractMap


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
PrimitivePACallGraph.PACallTargetMap()
           
 
Method Summary
 java.util.Set entrySet()
           
 java.lang.Object get(java.lang.Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimitivePACallGraph.PACallTargetMap

public PrimitivePACallGraph.PACallTargetMap()
Method Detail

get

public java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.AbstractMap

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap