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

protected 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

Inner classes inherited from class java.util.Map
Map.Entry
 
Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class java.util.HashMap
count, emptyHashIterator, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, table, threshold, values, VALUES
 
Constructor Summary
protected AnnotationSetImpl.VerboseHashMap()
           
 
Method Summary
 Object remove(Object key)
           
 
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
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

serialVersionUID

static final long serialVersionUID
Constructor Detail

AnnotationSetImpl.VerboseHashMap

protected AnnotationSetImpl.VerboseHashMap()
Method Detail

remove

public Object remove(Object key)
Overrides:
remove in class HashMap