org.jikesrvm.compilers.opt.inlining
Class InvalidationDatabase.MethodSet
java.lang.Object
org.jikesrvm.compilers.opt.inlining.InvalidationDatabase.MethodSet
- Enclosing class:
- InvalidationDatabase
static final class InvalidationDatabase.MethodSet
- extends Object
The following defines a set of methods that share a common "key"
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
final Object key
methods
final HashSetRVM<Integer> methods
- a set of cmids (Integers)
InvalidationDatabase.MethodSet
InvalidationDatabase.MethodSet(Object key)
add
void add(int cmid)
remove
void remove(int cmid)
iterator
public Iterator<Integer> iterator()