Package org.midheaven.lang
Interface Iterables.CombinerResult<T>
- All Superinterfaces:
Iterable<T>
- Enclosing class:
Iterables
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
size
int size()Performs size.- Returns:
- the result of size
-
isEmpty
boolean isEmpty()Checks whether is Empty.- Returns:
- the result of isEmpty
-
toList
Returns to List.- Returns:
- the result of toList
-
toSet
Returns to Set.- Returns:
- the result of toSet
-