Uses of Interface
net.didion.jwnl.util.DeepCloneable
-
Packages that use DeepCloneable Package Description net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations.net.didion.jwnl.data.relationship Tools for finding pointer relationships between words.net.didion.jwnl.util Utility classes used by JWNL. -
-
Uses of DeepCloneable in net.didion.jwnl.data.list
Subinterfaces of DeepCloneable in net.didion.jwnl.data.list Modifier and Type Interface Description interface
Node
A node in a list.Classes in net.didion.jwnl.data.list that implement DeepCloneable Modifier and Type Class Description class
PointerTargetNode
A node in aPointerTargetNodeList
.class
PointerTargetNodeList
APointerTargetNodeList
holds the results of a relationship method.class
PointerTargetTreeNode
A node in aPointerTargetTreeNodeList
.class
PointerTargetTreeNodeList
A list ofPointerTargetTreeNode
s. -
Uses of DeepCloneable in net.didion.jwnl.data.relationship
Classes in net.didion.jwnl.data.relationship that implement DeepCloneable Modifier and Type Class Description class
RelationshipList
A list ofRelationship
s. -
Uses of DeepCloneable in net.didion.jwnl.util
Classes in net.didion.jwnl.util that implement DeepCloneable Modifier and Type Class Description class
TypeCheckingList
Wrapper for a list that checks the type of arguments before putting them in the list.
-