Uses of Class
org.apache.commons.net.nntp.NntpThreadContainer
-
Packages that use NntpThreadContainer Package Description org.apache.commons.net.nntp NNTP - network news transfer protocol -
-
Uses of NntpThreadContainer in org.apache.commons.net.nntp
Fields in org.apache.commons.net.nntp declared as NntpThreadContainer Modifier and Type Field Description (package private) NntpThreadContainer
NntpThreadContainer. child
(package private) NntpThreadContainer
NntpThreadContainer. next
(package private) NntpThreadContainer
NntpThreadContainer. parent
Methods in org.apache.commons.net.nntp that return NntpThreadContainer Modifier and Type Method Description private NntpThreadContainer
Threader. findRootSet(java.util.HashMap<java.lang.String,NntpThreadContainer> idTable)
Find the root set of all existing ThreadContainersMethods in org.apache.commons.net.nntp with parameters of type NntpThreadContainer Modifier and Type Method Description (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 NntpThreadContainer Modifier and Type Method Description private void
Threader. buildContainer(Threadable threadable, java.util.HashMap<java.lang.String,NntpThreadContainer> idTable)
private NntpThreadContainer
Threader. findRootSet(java.util.HashMap<java.lang.String,NntpThreadContainer> idTable)
Find the root set of all existing ThreadContainers
-