| Interface | Description |
|---|---|
| IFilter |
An interface for filtering any type of Object.
|
| Class | Description |
|---|---|
| Args | Deprecated
Use the org.anc.args.* classes instead.
|
| CircularQueue<T> | |
| Counter |
A simple counter class for the many things that need to be counted.
|
| FileMap |
FileMap objects are used to associate the symbolic path of a file in the
corpus to the file's location on the local filesystem.
|
| Heap<T extends Comparable<T>> |
An array based heap data structure.
|
| IDGenerator | |
| IndentManager |
Instances of the IndentManager class are used to control the indentation
level when pretty printing text/xml output.
|
| Pair<E1,E2> |
A simple pair class for all the pairs of things that we need to keep track
of.
|
| PrefixedIDGenerator | |
| Properties |
A synchronization free replacement for the
Properties class
that uses a HashMap as the backing store. |
| Queue<T> |
A simple queue class that implements a first-in first-out collection.
|
| SimpleBuffer |
A simple buffer class for building strings.
|
| SkipList<T extends Comparable<T>> |
Experimental.
|
| SparseArray<T> |
Experimental.
|
| Stack<T> |
A non-synchronized replacement for the java.util.Stack class.
|
| StopWatch |
A very simple class for collecting rudimentary timing information.
|
Copyright © 2016 The American National Corpus. All rights reserved.