org.xerial.wiki
Class WikiWalker.STAttrMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.xerial.wiki.WikiWalker.STAttrMap
All Implemented Interfaces:
Serializable, Cloneable, Map
Enclosing class:
WikiWalker

public static class WikiWalker.STAttrMap
extends HashMap

allows convenient multi-value initialization: "new STAttrMap().put(...).put(...)"

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
WikiWalker.STAttrMap()
           
 
Method Summary
 WikiWalker.STAttrMap put(String attrName, int value)
           
 WikiWalker.STAttrMap put(String attrName, Object value)
           
 
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

WikiWalker.STAttrMap

public WikiWalker.STAttrMap()
Method Detail

put

public WikiWalker.STAttrMap put(String attrName,
                                Object value)

put

public WikiWalker.STAttrMap put(String attrName,
                                int value)


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.