gate.annotation
Class AnnotationSetImpl.VerboseHashMap
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--gate.annotation.AnnotationSetImpl.VerboseHashMap
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- Enclosing class:
- AnnotationSetImpl
- public class AnnotationSetImpl.VerboseHashMap
- extends HashMap
Class used for the indexById structure. This is a HashMap
that fires events when elements are removed.
- See Also:
- Serialized Form
Fields inherited from class java.util.HashMap |
count, emptyHashIterator, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, table, threshold, values, VALUES |
Methods inherited from class java.util.HashMap |
, capacity, clear, clone, containsKey, containsValue, entrySet, get, getHashIterator, isEmpty, keySet, loadFactor, put, putAll, readObject, rehash, size, values, writeObject |
serialVersionUID
static final long serialVersionUID
AnnotationSetImpl.VerboseHashMap
AnnotationSetImpl.VerboseHashMap()
remove
public Object remove(Object key)
- Overrides:
remove
in class HashMap