Package io.atlassian.fugue
Class Iterables.Drop<A>
- java.lang.Object
-
- io.atlassian.fugue.Iterables.IterableToString<A>
-
- io.atlassian.fugue.Iterables.Drop<A>
-
- All Implemented Interfaces:
java.lang.Iterable<A>
- Enclosing class:
- Iterables
static final class Iterables.Drop<A> extends Iterables.IterableToString<A>
Iterable that only shows a small range of the original Iterable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classIterables.Drop.Iter<A>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<A>iterator()-
Methods inherited from class io.atlassian.fugue.Iterables.IterableToString
toString
-
-