org.chromattic.common
Class Collections
java.lang.Object
org.chromattic.common.Collections
public class Collections
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Collections
public Collections()
putIfAbsent
public static <K,V> V putIfAbsent(ConcurrentMap<K,V> map,
K key,
V value)
list
public static <E> List<E> list(Iterator<E> i)
list
public static <E> List<E> list(E... elements)
set
public static <E> HashSet<E> set(Iterator<E> i)
set
public static <E> HashSet<E> set(Iterable<E> i)
set
public static <E> HashSet<E> set(E... es)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.