Class Lists


  • public final class Lists
    extends Object
    • Method Detail

      • newArrayList

        public static <K> List<K> newArrayList()
      • newLinkedList

        public static <K> List<K> newLinkedList()
      • newLinkedList

        public static <K> List<K> newLinkedList​(Collection<K> c)
      • newArrayList

        public static <K> List<K> newArrayList​(Collection<K> c)
      • newArrayList

        public static <K> List<K> newArrayList​(K... elements)
      • newArrayList

        public static <K> List<K> newArrayList​(int size)