gate.util
Class SimpleMapImpl.NullKey

java.lang.Object
  extended by gate.util.SimpleMapImpl.NullKey
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleMapImpl

private static class SimpleMapImpl.NullKey
extends Object
implements Serializable

Special marker class used to represent null in the keys array.


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
private SimpleMapImpl.NullKey()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SimpleMapImpl.NullKey

private SimpleMapImpl.NullKey()