Uses of Class
org.apache.commons.net.nntp.NntpThreadContainer
Packages that use NntpThreadContainer
-
Uses of NntpThreadContainer in org.apache.commons.net.nntp
Fields in org.apache.commons.net.nntp declared as NntpThreadContainerModifier and TypeFieldDescription(package private) NntpThreadContainer
NntpThreadContainer.child
(package private) NntpThreadContainer
NntpThreadContainer.next
(package private) NntpThreadContainer
NntpThreadContainer.parent
Methods in org.apache.commons.net.nntp that return NntpThreadContainerModifier and TypeMethodDescriptionprivate NntpThreadContainer
Threader.findRootSet
(HashMap<String, NntpThreadContainer> idTable) Find the root set of all existing ThreadContainersMethods in org.apache.commons.net.nntp with parameters of type NntpThreadContainerModifier and TypeMethodDescription(package private) boolean
NntpThreadContainer.findChild
(NntpThreadContainer target) private void
Threader.gatherSubjects
(NntpThreadContainer root) If any two members of the root set have the same subject, merge them.private void
Threader.pruneEmptyContainers
(NntpThreadContainer parent) Delete any empty or dummy ThreadContainersMethod parameters in org.apache.commons.net.nntp with type arguments of type NntpThreadContainerModifier and TypeMethodDescriptionprivate void
Threader.buildContainer
(Threadable threadable, HashMap<String, NntpThreadContainer> idTable) private NntpThreadContainer
Threader.findRootSet
(HashMap<String, NntpThreadContainer> idTable) Find the root set of all existing ThreadContainers