Class CharIterables

java.lang.Object
it.unimi.dsi.fastutil.chars.CharIterables

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

    • size

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