Package | Description |
---|---|
org.jikesrvm.util |
Provides utility classes and implementations of data structures suitable
for core runtime classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HashSetRVM<T>
Stripped down implementation of HashSet for use
by core parts of the JikesRVM runtime.
|
class |
ImmutableEntryHashSetRVM<T>
A hash set with entirely immutable buckets.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHashSetRVM.addAll(AbstractHashSetRVM<T> c) |