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) NntpThreadContainerNntpThreadContainer.child(package private) NntpThreadContainerNntpThreadContainer.next(package private) NntpThreadContainerNntpThreadContainer.parentMethods in org.apache.commons.net.nntp that return NntpThreadContainerModifier and TypeMethodDescriptionprivate NntpThreadContainerThreader.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) booleanNntpThreadContainer.findChild(NntpThreadContainer target) private voidThreader.gatherSubjects(NntpThreadContainer root) If any two members of the root set have the same subject, merge them.private voidThreader.pruneEmptyContainers(NntpThreadContainer parent) Delete any empty or dummy ThreadContainersMethod parameters in org.apache.commons.net.nntp with type arguments of type NntpThreadContainerModifier and TypeMethodDescriptionprivate voidThreader.buildContainer(Threadable threadable, HashMap<String, NntpThreadContainer> idTable) private NntpThreadContainerThreader.findRootSet(HashMap<String, NntpThreadContainer> idTable) Find the root set of all existing ThreadContainers