Class WMCollections


  • public class WMCollections
    extends java.lang.Object
    Author:
    code4crafter@gmail.com Date: 16/12/18 Time: 上午10:16
    • Constructor Summary

      Constructors 
      Constructor Description
      WMCollections()  
    • Method Summary

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

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

      • WMCollections

        public WMCollections()
    • Method Detail

      • newHashSet

        public static <T> java.util.Set<T> newHashSet​(T... t)
      • newArrayList

        public static <T> java.util.List<T> newArrayList​(T... t)