Package com.drew.lang

Class Iterables

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

public class Iterables extends Object
Author:
Drew Noakes https://drewnoakes.com
  • Constructor Details

    • Iterables

      public Iterables()
  • Method Details

    • toList

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

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