| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
addAll(Collection<T> target,
Iterable<? extends T> iterable)
Add all elements in the iterable to the collection.
|
static <T> Iterable<T> |
concat(Iterable<? extends Iterable<? extends T>> iterables)
Combine the iterables into a single one.
|
static <T> Iterator<Iterator<? extends T>> |
iterators(Iterable<? extends Iterable<? extends T>> iterables) |
public static <T> boolean addAll(Collection<T> target, Iterable<? extends T> iterable)
target - iterable - public static <T> Iterable<T> concat(Iterable<? extends Iterable<? extends T>> iterables)
iterables - Copyright © 2015. All Rights Reserved.