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) NntpThreadContainerNntpThreadContainer. child(package private) NntpThreadContainerNntpThreadContainer. next(package private) NntpThreadContainerNntpThreadContainer. parentMethods in org.apache.commons.net.nntp that return NntpThreadContainer Modifier and Type Method Description private NntpThreadContainerThreader. 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) 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 NntpThreadContainer Modifier and Type Method Description private voidThreader. buildContainer(Threadable threadable, java.util.HashMap<java.lang.String,NntpThreadContainer> idTable)private NntpThreadContainerThreader. findRootSet(java.util.HashMap<java.lang.String,NntpThreadContainer> idTable)Find the root set of all existing ThreadContainers
-