net.didion.jwnl.data.relationship
Class RelationshipList
java.lang.Object
net.didion.jwnl.util.TypeCheckingList
net.didion.jwnl.data.relationship.RelationshipList
- All Implemented Interfaces:
- Cloneable, Iterable, Collection, List, DeepCloneable
public class RelationshipList
- extends TypeCheckingList
A list of Relationships.
| Methods inherited from class net.didion.jwnl.util.TypeCheckingList |
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, toArray |
RelationshipList
public RelationshipList()
add
public boolean add(Object o)
- Specified by:
add in interface Collection- Specified by:
add in interface List- Overrides:
add in class TypeCheckingList
getShallowest
public Relationship getShallowest()
- Return the shallowest Relationship in the list.
getDeepest
public Relationship getDeepest()
- Return the deepest Relationship in the list.
Copyright © 2011. All Rights Reserved.