|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractIndexComparator | |
---|---|
edu.mit.jmwe.data | Provides the basic data structures used by the library and their default implementations. |
edu.mit.jmwe.util | Provides utility classes used by many classes across the library |
Uses of AbstractIndexComparator in edu.mit.jmwe.data |
---|
Subclasses of AbstractIndexComparator in edu.mit.jmwe.data | |
---|---|
class |
MWEComparator<T extends IToken>
A comparator that compares IMWE s by checking which MWE starts earlier
in the list of tokens used to construct this comparator. |
Uses of AbstractIndexComparator in edu.mit.jmwe.util |
---|
Subclasses of AbstractIndexComparator in edu.mit.jmwe.util | |
---|---|
class |
ListComparator<T>
Compares two elements from a list based on their order of appearance in the list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |