| Interface | Description |
|---|---|
| HasAttributes |
Interface for common methods when supporting attributes.
|
| IQueryable<T> |
An interface that allows SQL like querying over objects.
|
| Class | Description |
|---|---|
| BoundedPriorityQueue<E> |
For some reason, Java does not have an implementation of a bounded
PriorityQueue out of the box. |
| IntPair |
This utility class represents a pair of integers.
|
| Lexicon |
A lexicon manager that manages features.
|
| LRUCache<K,V> |
A cache that removes the least recently used elements when it is full.
|
| Option<T> | |
| Pair<A,B> |
This utility class represents a pair of objects, the first one of type
A and the second
of type B. |
| QueryableList<T> |
A list that can be queried.
|
| Triple<A,B,C> |
This utility class represents a triple of objects, the first one of type
A, the second of
type B, and the third of type C. |
| ViewNames |
This class contains the canonical strings used for naming standard views.
|
| Enum | Description |
|---|---|
| ViewTypes |
This class forces each view name in
ViewNames
to declare its type so that it can be dynamically added to a TextAnnotation. |
Copyright © 2017. All rights reserved.