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

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

public class Maps
extends Object


Constructor Summary
Maps()
           
 
Method Summary
static
<K,V> ConcurrentHashMap<K,V>
newConcurrentHashMap()
           
static
<K,V> HashMap<K,V>
newHashMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maps

public Maps()
Method Detail

newHashMap

public static <K,V> HashMap<K,V> newHashMap()

newConcurrentHashMap

public static <K,V> ConcurrentHashMap<K,V> newConcurrentHashMap()


Copyright © 2011. All Rights Reserved.