|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopennlp.tools.util.ObjectStreamUtils
public class ObjectStreamUtils
| Constructor Summary | |
|---|---|
ObjectStreamUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
createObjectStream(java.util.Collection<T> collection)
Creates an ObjectStream form a collection. |
|
static
|
createObjectStream(ObjectStream<T>... streams)
|
|
static
|
createObjectStream(T... array)
Creates an ObjectStream form an array. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectStreamUtils()
| Method Detail |
|---|
public static <T> ObjectStream<T> createObjectStream(T... array)
ObjectStream form an array.
T - array -
public static <T> ObjectStream<T> createObjectStream(java.util.Collection<T> collection)
ObjectStream form a collection.
T - collection -
public static <T> ObjectStream<T> createObjectStream(ObjectStream<T>... streams)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||