| Package | Description |
|---|---|
| com.google.common.collect.testing |
| Modifier and Type | Method and Description |
|---|---|
static <E> MinimalIterable<E> |
MinimalIterable.from(java.util.Collection<E> elements)
Returns an iterable whose iterator returns the given elements in order.
|
static <E> MinimalIterable<E> |
MinimalIterable.of(E... elements)
Returns an iterable whose iterator returns the given elements in order.
|