| Package | Description |
|---|---|
| org.jikesrvm.compilers.opt.ir | |
| org.jikesrvm.compilers.opt.util | |
| org.jikesrvm.util |
Provides utility classes and implementations of data structures suitable
for core runtime classes.
|
| Modifier and Type | Field and Description |
|---|---|
private LinkedListRVM<GCIRMapElement> |
GCIRMap.list
This is the list of maps.
|
| Modifier and Type | Field and Description |
|---|---|
private LinkedListRVM<T> |
Queue.elements |
| Modifier and Type | Field and Description |
|---|---|
(package private) LinkedListRVM<T> |
LinkedListIteratorRVM.l
The list we are iterating over
|
| Constructor and Description |
|---|
LinkedListIteratorRVM(LinkedListRVM<T> l)
Constructor
|