org.apache.hadoop.hbase.hbql.impl
Class ElementMap<T extends Value>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,T>
          extended by org.apache.hadoop.hbase.hbql.impl.ElementMap<T>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,T>

public class ElementMap<T extends Value>
extends HashMap<String,T>
implements Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ElementMap()
           
ElementMap(HRecordImpl record)
           
 
Method Summary
 void addElement(T value)
           
 boolean containsName(String name)
           
 T findElement(String name)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ElementMap

public ElementMap()

ElementMap

public ElementMap(HRecordImpl record)
Method Detail

addElement

public void addElement(T value)
                throws HBqlException
Throws:
HBqlException

containsName

public boolean containsName(String name)

findElement

public T findElement(String name)
                            throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.