public class InstructionByIIndexMap<Instruction extends SSAInstruction,T> extends Object implements Map<Instruction,T>
Constructor and Description |
---|
InstructionByIIndexMap() |
InstructionByIIndexMap(Map<InstructionByIIndexWrapper<Instruction>,T> map) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Instruction,T>> |
entrySet() |
T |
get(Object key) |
boolean |
isEmpty() |
Set<Instruction> |
keySet() |
T |
put(Instruction key,
T value) |
void |
putAll(Map<? extends Instruction,? extends T> m) |
T |
remove(Object key) |
int |
size() |
Collection<T> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public InstructionByIIndexMap(Map<InstructionByIIndexWrapper<Instruction>,T> map)
public InstructionByIIndexMap()
public int size()
size
in interface Map<Instruction extends SSAInstruction,T>
public boolean isEmpty()
isEmpty
in interface Map<Instruction extends SSAInstruction,T>
public boolean containsKey(Object key)
containsKey
in interface Map<Instruction extends SSAInstruction,T>
public boolean containsValue(Object value)
containsValue
in interface Map<Instruction extends SSAInstruction,T>
public T get(Object key)
get
in interface Map<Instruction extends SSAInstruction,T>
public T put(Instruction key, T value)
put
in interface Map<Instruction extends SSAInstruction,T>
public T remove(Object key)
remove
in interface Map<Instruction extends SSAInstruction,T>
public void putAll(Map<? extends Instruction,? extends T> m)
putAll
in interface Map<Instruction extends SSAInstruction,T>
public void clear()
clear
in interface Map<Instruction extends SSAInstruction,T>
public Set<Instruction> keySet()
keySet
in interface Map<Instruction extends SSAInstruction,T>
public Collection<T> values()
values
in interface Map<Instruction extends SSAInstruction,T>
public Set<Map.Entry<Instruction,T>> entrySet()
entrySet
in interface Map<Instruction extends SSAInstruction,T>
Copyright © 2019. All rights reserved.