org.apache.cocoon.sitemap
Class SitemapParameters.LocatedHashMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.cocoon.sitemap.SitemapParameters.LocatedHashMap
All Implemented Interfaces:
Cloneable, org.apache.cocoon.util.location.Locatable, Map, Serializable
Enclosing class:
SitemapParameters

public static class SitemapParameters.LocatedHashMap
extends HashMap
implements org.apache.cocoon.util.location.Locatable

For internal use only.

See Also:
Serialized Form

Constructor Summary
SitemapParameters.LocatedHashMap(org.apache.cocoon.util.location.Location loc)
           
SitemapParameters.LocatedHashMap(org.apache.cocoon.util.location.Location loc, int size)
           
 
Method Summary
 org.apache.cocoon.util.location.Location getLocation()
           
 
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(org.apache.cocoon.util.location.Location loc)

SitemapParameters.LocatedHashMap

public SitemapParameters.LocatedHashMap(org.apache.cocoon.util.location.Location loc,
                                        int size)
Method Detail

getLocation

public org.apache.cocoon.util.location.Location getLocation()
Specified by:
getLocation in interface org.apache.cocoon.util.location.Locatable


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