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 interfaceNodeA node in a list.Classes in net.didion.jwnl.data.list that implement DeepCloneable Modifier and Type Class Description classPointerTargetNodeA node in aPointerTargetNodeList.classPointerTargetNodeListAPointerTargetNodeListholds the results of a relationship method.classPointerTargetTreeNodeA node in aPointerTargetTreeNodeList.classPointerTargetTreeNodeListA list ofPointerTargetTreeNodes. -
Uses of DeepCloneable in net.didion.jwnl.data.relationship
Classes in net.didion.jwnl.data.relationship that implement DeepCloneable Modifier and Type Class Description classRelationshipListA list ofRelationships. -
Uses of DeepCloneable in net.didion.jwnl.util
Classes in net.didion.jwnl.util that implement DeepCloneable Modifier and Type Class Description classTypeCheckingListWrapper for a list that checks the type of arguments before putting them in the list.
-