Package com.drew.lang

Class Iterables

java.lang.Object
com.drew.lang.Iterables

@Deprecated(since="2024-11-20") public class Iterables extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
  • Constructor Details

    • Iterables

      public Iterables()
      Deprecated.
  • Method Details

    • toList

      public static <E> List<E> toList(Iterable<E> iterable)
      Deprecated.
    • toSet

      public static <E> Set<E> toSet(Iterable<E> iterable)
      Deprecated.