|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.sgs.app.util.ScalableList.DummyConnector<E>
E - the type of element stored in the ScalableListstatic class ScalableList.DummyConnector<E>
The DummyConnector class is used as a junction point for two
ManagedReferences so that changes to the second
ManagedReference need not affect the top structure. The class
is fairly simple, only containing methods which enable the value to be
easily set and retrieved.
| Constructor Summary | |
|---|---|
ScalableList.DummyConnector()
Default no-argument constructor. |
|
ScalableList.DummyConnector(ScalableList.Node<E> reference)
Constructor which accepts the object |
|
| Method Summary | |
|---|---|
(package private) ScalableList.ListNode<E> |
getRefAsListNode()
Retrieves the reference as a ListNode. |
(package private) void |
setRef(ScalableList.Node<E> newRef)
Sets the reference for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ScalableList.DummyConnector()
ScalableList.DummyConnector(ScalableList.Node<E> reference)
reference - the element which this object is to point to| Method Detail |
|---|
void setRef(ScalableList.Node<E> newRef)
newRef - the intended new referenceScalableList.ListNode<E> getRefAsListNode()
ListNode.
ListNode, or null if it does
not exist
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||