org.modeshape.common.collection
Class Collections
java.lang.Object
org.modeshape.common.collection.Collections
public class Collections
- extends Object
A set of utilities for more easily creating various kinds of collections.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Collections
public Collections()
unmodifiableSet
public static <T> Set<T> unmodifiableSet(T... values)
unmodifiableSet
public static <T> Set<T> unmodifiableSet(Collection<T> values)
unmodifiableSet
public static <T> Set<T> unmodifiableSet(Set<T> values)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.