|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.net.nntp.Threader
public class Threader
Constructor Summary | |
---|---|
Threader()
|
Method Summary | |
---|---|
Threadable |
thread(java.util.List<? extends Threadable> messages)
The main threader entry point - The client passes in a list of Threadable objects, and the Threader constructs a connected 'graph' of messages |
Threadable |
thread(Threadable[] messages)
Deprecated. (2.2) prefer thread(List) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Threader()
Method Detail |
---|
@Deprecated public Threadable thread(Threadable[] messages)
thread(List)
messages
- array of messages to thread
public Threadable thread(java.util.List<? extends Threadable> messages)
messages
- list of messages to thread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |