public class CollectionUtils extends Object
CollectionUtils()
static <K,V> List<V>
mapToList(Map<K,V> result)
static <A> Set<A>
mapToSet(Map<?,A> map)
static <T> List<T>
setToList(Set<T> set)
singleSet(A object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CollectionUtils()
public static <A> Set<A> mapToSet(Map<?,A> map)
public static <A> Set<A> singleSet(A object)
public static <T> List<T> setToList(Set<T> set)
public static <K,V> List<V> mapToList(Map<K,V> result)
Copyright © 2016 OpenSource BIM. All rights reserved.