Uses of Interface
net.didion.jwnl.util.DeepCloneable

Packages that use DeepCloneable
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
 interface Node
          A node in a list.
 

Classes in net.didion.jwnl.data.list that implement DeepCloneable
 class PointerTargetNode
          A node in a PointerTargetNodeList.
 class PointerTargetNodeList
          A PointerTargetNodeList holds the results of a relationship method.
 class PointerTargetTreeNode
          A node in a PointerTargetTreeNodeList.
 class PointerTargetTreeNodeList
          A list of PointerTargetTreeNodes.
 

Uses of DeepCloneable in net.didion.jwnl.data.relationship
 

Classes in net.didion.jwnl.data.relationship that implement DeepCloneable
 class RelationshipList
          A list of Relationships.
 

Uses of DeepCloneable in net.didion.jwnl.util
 

Classes in net.didion.jwnl.util that implement DeepCloneable
 class TypeCheckingList
          Wrapper for a list that checks the type of arguments before putting them in the list.