Package io.vavr.collection
Class Collections.IterableWithSize<T>
- java.lang.Object
-
- io.vavr.collection.Collections.IterableWithSize<T>
-
- Enclosing class:
- Collections
static class Collections.IterableWithSize<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IterableWithSize(java.lang.Iterable<? extends T> iterable, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.Iterator<? extends T>
iterator()
(package private) java.util.Iterator<? extends T>
reverseIterator()
(package private) int
size()
(package private) java.lang.Object[]
toArray()
-