Class ShortIterables


  • public final class ShortIterables
    extends Object
    A class providing static methods and objects that do useful things with type-specific iterables.
    See Also:
    Iterable
    • Method Detail

      • size

        public static long size​(ShortIterable iterable)
        Counts the number of elements returned by a type-specific iterable.
        Parameters:
        iterable - an iterable.
        Returns:
        the number of elements returned by iterable.