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
Field Summary |
private static boolean |
DEBUG
Debug flag |
(package private) static long |
serialVersionUID
Freeze the serialization UID. |
Fields inherited from class java.util.HashMap |
count, emptyHashIterator, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, table, threshold, values, VALUES |
Method Summary |
boolean |
subsumes(FeatureMap aFeatureMap)
Test if this featureMap object is included in aFeatureMap |
Methods inherited from class java.util.HashMap |
, capacity, clear, clone, containsKey, containsValue, entrySet, get, getHashIterator, isEmpty, keySet, loadFactor, put, putAll, readObject, rehash, remove, size, values, writeObject |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
DEBUG
private static final boolean DEBUG
- Debug flag
serialVersionUID
static final long serialVersionUID
- Freeze the serialization UID.
SimpleFeatureMapImpl
public SimpleFeatureMapImpl()
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.