Parsing Engine

Uses of Interface
danbikel.util.FixedSizeList

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

Uses of FixedSizeList in danbikel.parser
 

Subinterfaces of FixedSizeList in danbikel.parser
 interface WordList
          An interface to specify a fixed-size list of Word objects.
 

Uses of FixedSizeList in danbikel.util
 

Classes in danbikel.util that implement FixedSizeList
 class AbstractFixedSizeList
          Provides a convenient default implementation for most of the methods of List and FixedSizeList.
 class FixedSizeArrayList
          A fixed-size list of objects backed by an array.
 class FixedSizeSingletonList
          A FixedSizeList implementation for a singleton list (a list with only one element).
 

Methods in danbikel.util that return FixedSizeList
static FixedSizeList FixedSizeListFactory.newList(Collection c)
          Returns a new FixedSizeList instance whose elements will be that of the specified collection.
static FixedSizeList FixedSizeListFactory.newList(int size)
          Returns a new FixedSizeList instance.
 


Parsing Engine

Author: Dan Bikel.