edu.stanford.nlp.util
Class MapFactory.IdentityHashMapFactory

java.lang.Object
  extended byedu.stanford.nlp.util.MapFactory
      extended byedu.stanford.nlp.util.MapFactory.IdentityHashMapFactory
All Implemented Interfaces:
Serializable
Enclosing class:
MapFactory

public static class MapFactory.IdentityHashMapFactory
extends MapFactory

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class edu.stanford.nlp.util.MapFactory
MapFactory.HashMapFactory, MapFactory.IdentityHashMapFactory, MapFactory.TreeMapFactory, MapFactory.WeakHashMapFactory
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.util.MapFactory
HASH_MAP_FACTORY, IDENTITY_HASH_MAP_FACTORY, TREE_MAP_FACTORY, WEAK_HASH_MAP_FACTORY
 
Constructor Summary
MapFactory.IdentityHashMapFactory()
           
 
Method Summary
 Map newMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFactory.IdentityHashMapFactory

public MapFactory.IdentityHashMapFactory()
Method Detail

newMap

public Map newMap()
Specified by:
newMap in class MapFactory


Stanford NLP Group