com.ochafik.lang
Class SyntaxUtils.EasyMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<K,V>
              extended by com.ochafik.lang.SyntaxUtils.EasyMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>
Enclosing class:
SyntaxUtils

public static class SyntaxUtils.EasyMap<K,V>
extends LinkedHashMap<K,V>

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
SyntaxUtils.EasyMap()
           
 
Method Summary
 SyntaxUtils.EasyMap<K,V> add(K key, V value)
           
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, 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
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

SyntaxUtils.EasyMap

public SyntaxUtils.EasyMap()
Method Detail

add

public SyntaxUtils.EasyMap<K,V> add(K key,
                                    V value)


Copyright © 2009. All Rights Reserved.