joeq.Compiler.Analysis.IPA
Class PACallGraph.PACallTargetMap
java.lang.Object
java.util.AbstractMap
joeq.Compiler.Analysis.IPA.PACallGraph.PACallTargetMap
- All Implemented Interfaces:
- Map
- Enclosing class:
- PACallGraph
public static class PACallGraph.PACallTargetMap
- extends AbstractMap
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
PACallGraph.PACallTargetMap
public PACallGraph.PACallTargetMap()
get
public Object get(Object key)
- Specified by:
get
in interface Map
- Overrides:
get
in class AbstractMap
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
- Specified by:
entrySet
in class AbstractMap
Copyright © 2001-2008 John Whaley. All Rights Reserved.