Class Lists


  • public class Lists
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Lists()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.List<T> newArrayList​(java.lang.Iterable<T> iter)  
      static <T> java.util.List<T> newArrayList​(java.util.Iterator<T> iter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Lists

        public Lists()
    • Method Detail

      • newArrayList

        public static <T> java.util.List<T> newArrayList​(java.util.Iterator<T> iter)
      • newArrayList

        public static <T> java.util.List<T> newArrayList​(java.lang.Iterable<T> iter)