org.apache.cocoon.sitemap
Class SitemapParameters.LocatedHashMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.cocoon.sitemap.SitemapParameters.LocatedHashMap
All Implemented Interfaces:
Serializable, Cloneable, Map, Locatable
Enclosing class:
SitemapParameters

public static class SitemapParameters.LocatedHashMap
extends HashMap
implements Locatable

For internal use only.

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
SitemapParameters.LocatedHashMap(Location loc)
           
SitemapParameters.LocatedHashMap(Location loc, int size)
           
 
Method Summary
 Location getLocation()
          Get the location of this object
 
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

SitemapParameters.LocatedHashMap

public SitemapParameters.LocatedHashMap(Location loc)

SitemapParameters.LocatedHashMap

public SitemapParameters.LocatedHashMap(Location loc,
                                        int size)
Method Detail

getLocation

public Location getLocation()
Description copied from interface: Locatable
Get the location of this object

Specified by:
getLocation in interface Locatable
Returns:
the location


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.