public final class Iterables extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<T> |
filter(Iterable<? extends T> iterable,
Predicate<? super T> condition) |
static boolean |
isEmpty(Iterable<?> entries) |
static long |
size(Iterable<?> iterable) |
static <T> List<T> |
toList(Iterable<T> iterable) |
Copyright © 2013–2022. All rights reserved.