gate.util
Class SimpleFeatureMapImpl

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--gate.util.SimpleFeatureMapImpl
All Implemented Interfaces:
Cloneable, FeatureMap, Map, Serializable

public class SimpleFeatureMapImpl
extends HashMap
implements FeatureMap

Simple case of features.

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
SimpleFeatureMapImpl()
           
 
Method Summary
 boolean subsumes(FeatureMap aFeatureMap)
          Test if this featureMap object is included in aFeatureMap
 
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
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

SimpleFeatureMapImpl

public SimpleFeatureMapImpl()
Method Detail

subsumes

public boolean subsumes(FeatureMap aFeatureMap)
Test if this featureMap object is included in aFeatureMap
Specified by:
subsumes in interface FeatureMap
Parameters:
aFeatureMap - object which will incude or not this FeatureMap obj.
Returns:
true if this is incuded in aFeatureMap and false if not.