Package it.unimi.dsi.fastutil.objects
Class ObjectIterables
- java.lang.Object
-
- it.unimi.dsi.fastutil.objects.ObjectIterables
-
public final class ObjectIterables extends java.lang.Object
A class providing static methods and objects that do useful things with type-specific iterables.- See Also:
Iterable
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K> long
size(java.lang.Iterable<K> iterable)
Counts the number of elements returned by a type-specific iterable.
-