org.jikesrvm.util
Class LinkedListRVM.Element<T>
java.lang.Object
org.jikesrvm.util.LinkedListRVM.Element<T>
- Type Parameters:
T
- Type of the entry
- Enclosing class:
- LinkedListRVM<T>
static class LinkedListRVM.Element<T>
- extends Object
Class for the actual elements of the list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
LinkedListRVM.Element<T> next
prev
LinkedListRVM.Element<T> prev
entry
T entry
LinkedListRVM.Element
LinkedListRVM.Element(T entry)