Class Iterators

java.lang.Object
org.opencastproject.util.data.Iterators

public final class Iterators extends Object
  • Method Details

    • intRangeE

      public static Iterator<Integer> intRangeE(int start, int end)
      Integer range. Upper bound excluded.
    • constant

      public static <A> Iterator<A> constant(A a)
      An infinite stream of as.