public class RelationshipList extends TypeCheckingList
Relationship
s.TypeCheckingList.TypeCheckingListIterator
Constructor and Description |
---|
RelationshipList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(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, deepClone, equals, get, getType, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
public boolean add(Object o)
add
in interface Collection
add
in interface List
add
in class TypeCheckingList
public Relationship getShallowest()
public Relationship getDeepest()