org.modeshape.jdbc.util
Class Collections

java.lang.Object
  extended by org.modeshape.jdbc.util.Collections

public class Collections
extends Object

A set of utilities for more easily creating various kinds of collections.


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

Constructor Detail

Collections

public Collections()
Method Detail

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-2010 JBoss, a division of Red Hat. All Rights Reserved.