|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<NakedObject>
org.nakedobjects.metamodel.adapter.NakedObjectList
public class NakedObjectList
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
NakedObjectList(NakedObjectSpecification instanceSpecification,
NakedObject[] instances)
|
|
| Method Summary | |
|---|---|
java.util.Enumeration<NakedObject> |
elements()
Deprecated. - use AbstractList.iterator(). |
NakedObject |
get(int index)
Required implementation of AbstractList. |
NakedObjectSpecification |
getElementSpecification()
|
int |
size()
Required implementation of AbstractList. |
java.lang.String |
titleString()
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.AbstractList |
|---|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public NakedObjectList(NakedObjectSpecification instanceSpecification,
NakedObject[] instances)
| Method Detail |
|---|
public NakedObject get(int index)
AbstractList.
get in interface java.util.List<NakedObject>get in class java.util.AbstractList<NakedObject>public int size()
AbstractList.
size in interface java.util.Collection<NakedObject>size in interface java.util.List<NakedObject>size in class java.util.AbstractCollection<NakedObject>@Deprecated public java.util.Enumeration<NakedObject> elements()
AbstractList.iterator().
public NakedObjectSpecification getElementSpecification()
public java.lang.String titleString()
public java.lang.String toString()
toString in class java.util.AbstractCollection<NakedObject>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||