public class WMCollections extends Object
WMCollections()
static <T> List<T>
newArrayList(T... t)
static <T> Set<T>
newHashSet(T... t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WMCollections()
public static <T> Set<T> newHashSet(T... t)
public static <T> List<T> newArrayList(T... t)
Copyright © 2017. All rights reserved.