Package com.drew.lang

Class Iterables


  • public class Iterables
    extends Object
    • Constructor Detail

      • Iterables

        public Iterables()
    • Method Detail

      • toList

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

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