Parsing Engine

Uses of Class
danbikel.util.AbstractMapToPrimitive.Entry

Packages that use AbstractMapToPrimitive.Entry
danbikel.parser Provides the core framework of this extensible statistical parsing engine. 
danbikel.util Provides some basic utility classes. 
 

Uses of AbstractMapToPrimitive.Entry in danbikel.parser
 

Subclasses of AbstractMapToPrimitive.Entry in danbikel.parser
static class Trainer.EventEntry
          Class to represent a MapToPrimitive.Entry object for use by the Trainer.getEventIterator(danbikel.lisp.SexpTokenizer, danbikel.lisp.Symbol) method.
 

Uses of AbstractMapToPrimitive.Entry in danbikel.util
 

Subclasses of AbstractMapToPrimitive.Entry in danbikel.util
protected static class HashMapDouble.Entry<K>
          A map entry for this type of map, containing a key and a double.
protected static class HashMapInt.Entry<K>
          A map entry for this type of map, containing a key and an int.
static class HashMapPrimitive.Entry<K>
          A still-abstract extension of the AbstractMapToPrimitive.Entry that adds a next pointer and an int to cache the hash value of the key held by this entry.
protected static class HashMapTwoDoubles.Entry<K>
          A map entry for this type of map, containing a key and a pair of doubles.
protected static class HashMapTwoInts.Entry<K>
          A map entry for this type of map, containing a key and a pair of ints.
 


Parsing Engine

Author: Dan Bikel.