org.apache.cocoon.sitemap
Class SitemapParameters.LocatedHashMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
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
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
SitemapParameters.LocatedHashMap
public SitemapParameters.LocatedHashMap(Location loc)
SitemapParameters.LocatedHashMap
public SitemapParameters.LocatedHashMap(Location loc,
int size)
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.