public class FreeStandingList extends AbstractList<ObjectAdapter>
modCount| Constructor and Description |
|---|
FreeStandingList(ObjectSpecification instanceSpecification,
List<ObjectAdapter> instances) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
get(int index)
Required implementation of
AbstractList. |
ObjectSpecification |
getElementSpecification() |
int |
size()
Required implementation of
AbstractList. |
String |
titleString() |
String |
toString() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArraypublic FreeStandingList(ObjectSpecification instanceSpecification, List<ObjectAdapter> instances)
public ObjectAdapter get(int index)
AbstractList.get in interface List<ObjectAdapter>get in class AbstractList<ObjectAdapter>public int size()
AbstractList.size in interface Collection<ObjectAdapter>size in interface List<ObjectAdapter>size in class AbstractCollection<ObjectAdapter>public ObjectSpecification getElementSpecification()
public String titleString()
public String toString()
toString in class AbstractCollection<ObjectAdapter>Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.