public class ObjectStreamUtils
extends java.lang.Object
Constructor and Description |
---|
ObjectStreamUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> ObjectStream<T> |
createObjectStream(java.util.Collection<T> collection)
Creates an
ObjectStream form a collection. |
static <T> ObjectStream<T> |
createObjectStream(ObjectStream<T>... streams) |
static <T> ObjectStream<T> |
createObjectStream(T... array)
Creates an
ObjectStream form an array. |
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)
Copyright © 2010 - 2020 Adobe. All Rights Reserved