|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.didion.jwnl.util.TypeCheckingList
net.didion.jwnl.data.relationship.RelationshipList
public class RelationshipList
A list of Relationship
s.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.didion.jwnl.util.TypeCheckingList |
---|
TypeCheckingList.TypeCheckingListIterator |
Constructor Summary | |
---|---|
RelationshipList()
|
Method Summary | |
---|---|
boolean |
add(java.lang.Object o)
|
Relationship |
getDeepest()
Return the deepest Relationship in the list. |
Relationship |
getShallowest()
Return the shallowest Relationship in the list. |
Methods inherited from class net.didion.jwnl.util.TypeCheckingList |
---|
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 |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
hashCode |
Constructor Detail |
---|
public RelationshipList()
Method Detail |
---|
public boolean add(java.lang.Object o)
add
in interface java.util.Collection
add
in interface java.util.List
add
in class TypeCheckingList
public Relationship getShallowest()
public Relationship getDeepest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |