Package it.unimi.dsi.fastutil.bytes
Class ByteIterables
java.lang.Object
it.unimi.dsi.fastutil.bytes.ByteIterables
public final class ByteIterables extends Object
A class providing static methods and objects that do useful things with
type-specific iterables.
- See Also:
Iterable
-
Method Summary
Modifier and Type Method Description static longsize(ByteIterable iterable)Counts the number of elements returned by a type-specific iterable.
-
Method Details
-
size
Counts the number of elements returned by a type-specific iterable.- Parameters:
iterable- an iterable.- Returns:
- the number of elements returned by
iterable.
-