| |
|
| java.lang.Object java.util.AbstractMap org.geotools.referencing.Properties
Properties | final class Properties extends AbstractMap (Code) | | An immutable map fetching all properties from the specified identified object.
Calls to
get methods are forwarded to the appropriate
IdentifiedObject method.
since: 2.1 version: $Id: Properties.java 28264 2007-12-05 21:53:08Z desruisseaux $ author: Martin Desruisseaux |
Constructor Summary | |
public | Properties(IdentifiedObject info) Creates new properties from the specified identified object. |
Method Summary | |
public boolean | containsKey(Object key) Returns true if this map contains a mapping for the specified key. | public Set | entrySet() Returns a set view of the mappings contained in this map. | public Object | get(Object key) Returns the value to which this map maps the specified key. |
Properties | public Properties(IdentifiedObject info)(Code) | | Creates new properties from the specified identified object.
|
containsKey | public boolean containsKey(Object key)(Code) | | Returns true if this map contains a mapping for the specified key.
|
entrySet | public Set entrySet()(Code) | | Returns a set view of the mappings contained in this map.
|
get | public Object get(Object key)(Code) | | Returns the value to which this map maps the specified key.
Returns null if the map contains no mapping for this key.
|
|
|
|