edu.stanford.nlp.util
Class Interner

java.lang.Object
  |
  +--edu.stanford.nlp.util.Interner

public final class Interner
extends Object

Interner: Class for interning things. It maps any object given to an interned version. If presented with a new object which has no interned version, the presented object becomes the interned version. Author: Dan Klein Date: 1/3/01


Constructor Summary
Interner()
           
 
Method Summary
 Object intern(Internable o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interner

public Interner()
Method Detail

intern

public Object intern(Internable o)


Stanford NLP Group