@PublicApi public interface EnclosedIterable<T> extends Sized
You can access all elements using the foreach(Consumer) method.
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnclosedIterable.Functions |
static class |
EnclosedIterable.ListResolver<T>
Utility class for transforming a
EnclosedIterable into a List. |
int size()
size in interface Sizedforeach(Consumer). Be careful depending on this size
being exact, as in many cases its best efforts value or may be unstable due to concurrent changes.Copyright © 2002-2015 Atlassian. All Rights Reserved.