| Package | Description |
|---|---|
| be.bagofwords.iterator |
| Modifier and Type | Method and Description |
|---|---|
static IterableUtils.CombineMethod |
IterableUtils.CombineMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IterableUtils.CombineMethod[] |
IterableUtils.CombineMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> DataIterable<T> |
IterableUtils.createIterable(IterableUtils.CombineMethod combineMethod,
DataIterable<? extends T>... iterables) |
static <T> DataIterable<T> |
IterableUtils.createIterable(IterableUtils.CombineMethod combineMethod,
List<DataIterable<? extends T>> iterables) |
Copyright © 2015. All rights reserved.