org.apache.webbeans.util
Class CollectionUtil

java.lang.Object
  extended by org.apache.webbeans.util.CollectionUtil

public class CollectionUtil
extends Object


Constructor Summary
CollectionUtil()
           
 
Method Summary
static
<T> Set<T>
unmodifiableSet(T... entries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtil

public CollectionUtil()
Method Detail

unmodifiableSet

public static <T> Set<T> unmodifiableSet(T... entries)


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.