See: Description
Interface | Description |
---|---|
IProgressBar |
Progress bars allow operations to report progress.
|
Class | Description |
---|---|
AbstractFileSelector |
Abstract base class that allows interaction with the user, saving and
selecting files and directories.
|
AbstractIndexComparator<T,C> |
Base class for constructing a
Comparator from a map of tokens in a
list to their positions in the list. |
AtomicDouble<T,S> |
A double value that may be updated atomically.
|
CompositeCollection<E> |
A collection that is composed of several subsets of elements.
|
CompositeComparator<T> |
A comparator constructed out of multiple comparators.
|
ConfirmingJFileChooser |
A file chooser that confirms with the user before selecting a file for
overwriting.
|
JWIPOS |
Utility class used to translate part of speech tags into JWI
POS
objects as well as translate between jMWE, JWI and jSemcor part of speech
objects. |
LimitedIterator<T> |
Wrapper for a given iterator that will return a limited number of elements
from that iterator.
|
ListComparator<T> |
Compares two elements from a list based on their order of appearance in the
list.
|
NullProgressBar |
Creates a progress bar that does nothing and prints nothing.
|
ProgressBar |
Default implementation of
IProgressBar . |
StreamAdapter |
An adapter that makes a
ByteBuffer look like an InputStream . |
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.