|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.sgs.app.util.ScalableList.Element<E>
E - the type of element stored in the ScalableListstatic class ScalableList.Element<E>
This class represents a stored entity of the list. It is a wrapper for any object that is stored in the list so that the list can refer to it by using a ManagedReference, rather than the actual object itself. This makes managing sublists less intensive as each reference to an underlying entity is a fixed size.
| Constructor Summary | |
|---|---|
ScalableList.Element(E e)
Constructor for creating an Element. |
|
| Method Summary | |
|---|---|
(package private) E |
getValue()
Retrieves the element. |
(package private) void |
setValue(E e)
Sets the value of the element |
String |
toString()
Returns a String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
ScalableList.Element(E e)
Element.
e - the element to store within the Element
ManagedObject| Method Detail |
|---|
E getValue()
void setValue(E e)
e - the new value to setpublic String toString()
String representation
toString in class ObjectString form
|
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 | |||||||||