public class RelationshipList extends TypeCheckingList
Relationships.TypeCheckingList.TypeCheckingListIterator| Modifier and Type | Field and Description |
|---|---|
private int |
_deepestIndex
The index of the deepest relationship.
|
private int |
_shallowestIndex
The index of the shallowest relationship.
|
| Constructor and Description |
|---|
RelationshipList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.Object o) |
Relationship |
getDeepest()
Return the deepest Relationship in the list.
|
Relationship |
getShallowest()
Return the shallowest Relationship in the list.
|
add, addAll, addAll, clear, clone, contains, containsAll, copyBackingList, deepClone, equals, get, getType, getTypeCheckingListIterator, getTypeCheckingListIterator, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayprivate int _shallowestIndex
private int _deepestIndex
public boolean add(java.lang.Object o)
add in interface java.util.Collectionadd in interface java.util.Listadd in class TypeCheckingListpublic Relationship getShallowest()
public Relationship getDeepest()