public final class InsertionOrderUtil extends Object
InsertionOrderUtil()
static <V> List<V>
newList()
newList(List<V> origin)
static <K,V> Map<K,V>
newMap()
newMap(Map<K,V> origin)
static <V> Set<V>
newSet()
newSet(Set<V> origin)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InsertionOrderUtil()
public static <K,V> Map<K,V> newMap()
public static <K,V> Map<K,V> newMap(Map<K,V> origin)
public static <V> Set<V> newSet()
public static <V> Set<V> newSet(Set<V> origin)
public static <V> List<V> newList()
public static <V> List<V> newList(List<V> origin)
Copyright © 2019. All rights reserved.