Package it.unimi.dsi.fastutil.longs
Class LongIterables
- java.lang.Object
-
- it.unimi.dsi.fastutil.longs.LongIterables
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
size(LongIterable iterable)
Counts the number of elements returned by a type-specific iterable.
-
-
-
Method Detail
-
size
public static long size(LongIterable iterable)
Counts the number of elements returned by a type-specific iterable.- Parameters:
iterable
- an iterable.- Returns:
- the number of elements returned by
iterable
.
-
-