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

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

public class Lists
extends Object


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

Constructor Detail

Lists

public Lists()
Method Detail

newArrayList

public static <E> ArrayList<E> newArrayList()

newArrayList

public static <E> ArrayList<E> newArrayList(E... vals)


Copyright © 2011. All Rights Reserved.