Class InstructionByIIndexMap<Instruction extends SSAInstruction,T>
java.lang.Object
com.ibm.wala.core.util.ssa.InstructionByIIndexMap<Instruction,T>
- All Implemented Interfaces:
Map<Instruction,
T>
public class InstructionByIIndexMap<Instruction extends SSAInstruction,T>
extends Object
implements Map<Instruction,T>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
isEmpty()
keySet()
put
(Instruction key, T value) void
putAll
(Map<? extends Instruction, ? extends T> m) int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
InstructionByIIndexMap
-
InstructionByIIndexMap
public InstructionByIIndexMap()
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceMap<Instruction extends SSAInstruction,
T>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceMap<Instruction extends SSAInstruction,
T>
-
containsKey
- Specified by:
containsKey
in interfaceMap<Instruction extends SSAInstruction,
T>
-
containsValue
- Specified by:
containsValue
in interfaceMap<Instruction extends SSAInstruction,
T>
-
get
- Specified by:
get
in interfaceMap<Instruction extends SSAInstruction,
T>
-
put
- Specified by:
put
in interfaceMap<Instruction extends SSAInstruction,
T>
-
remove
- Specified by:
remove
in interfaceMap<Instruction extends SSAInstruction,
T>
-
putAll
- Specified by:
putAll
in interfaceMap<Instruction extends SSAInstruction,
T>
-
clear
public void clear()- Specified by:
clear
in interfaceMap<Instruction extends SSAInstruction,
T>
-
keySet
- Specified by:
keySet
in interfaceMap<Instruction extends SSAInstruction,
T>
-
values
- Specified by:
values
in interfaceMap<Instruction extends SSAInstruction,
T>
-
entrySet
- Specified by:
entrySet
in interfaceMap<Instruction extends SSAInstruction,
T>
-