org.apache.hadoop.hbase.hbql.util
Class Sets

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.util.Sets

public class Sets
extends Object


Constructor Summary
Sets()
           
 
Method Summary
static
<E> HashSet<E>
newHashSet()
           
static
<E> HashSet<E>
newHashSet(E... vals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sets

public Sets()
Method Detail

newHashSet

public static <E> HashSet<E> newHashSet()

newHashSet

public static <E> HashSet<E> newHashSet(E... vals)


Copyright © 2011. All Rights Reserved.