| Interface | Description |
|---|---|
| BitField.BitVisitor |
A visitor of bits on a 2D plane.
|
| Immutable |
Marker interface for immutable classes.
|
| ProgressReceiver | |
| XMLUtils.ElementVisitor<E extends Exception> |
| Class | Description |
|---|---|
| ArrayUtils |
Utility methods for working with arrays.
|
| AttributeKey<T> |
A utility class for getting a typed attribute value with a default
conveniently.
|
| BitField |
An unlimited (except by the range of the
int type)
two-dimensional field of bits, initially false. |
| Box |
A rectangular three dimensional volume, defined by two corners, the corner
with the lowest x, y and z coordinates being inclusive and the opposite
corner being exclusive.
|
| Checksum |
A utility class that wraps a byte array, making the
equals() and
hashCode() methods work as expected, so that it can be used as
a key in Sets and Maps. |
| CollectionUtils | |
| ColourUtils | |
| CSVDataSource |
Utility class for reading and writing RFC 4180 CSV files.
|
| DataUtils |
Utility methods for working with data.
|
| DynamicList<T> |
A dynamically sized, sparse
List. |
| ExceptionUtils | |
| FileUtils | |
| IntegerAttributeKey |
An implementation of
AttributeKey for Integer-typed values. |
| LifoBlockingDeque<E> |
A
LinkedBlockingDeque of which the non ordered element addition methods add elements at the start of the
queue rather than the end. |
| LongAttributeKey |
An implementation of
AttributeKey for Long-typed values. |
| MathUtils | |
| MemoryUtils | |
| ObjectMapperHolder | |
| ObjectUtils | |
| ObservableBoolean |
Created by Pepijn Schmitz on 21-12-16.
|
| Pair<T,U> |
A tuple of two values.
|
| ParallelProgressManager |
A manager of parallel progress receivers, which reports to one parent
progress receiver, combining the progress values and managing the reporting
of exceptions or task completion.
|
| PerlinNoise | |
| PerlinNoiseLevelFinder | |
| ProcessUtils | |
| RandomField | |
| RandomOne | |
| StreamUtils |
Utility methods for working with
InputStreams and OutputStreams. |
| StringAttributeKey |
An implementation of
AttributeKey for String-typed values. |
| SubProgressReceiver | |
| SystemUtils | |
| TextProgressReceiver |
A simple text-based progress received which prints a bar of fifty dots.
|
| TextUtils | |
| Version |
A version number in decimal dotted notation, with an optional alphanumerical
extension separated by a dash.
|
| WPCustomObjectInputStream |
A custom object input stream, which can use a specific class loader to load
local classes, and which can override the serialVersionUID for specific
classes.
|
| XDG |
Utility class for accessing the freedesktop.org "XDG Base Directory
Specification" directories as well as the "well known" user directories as
managed by the xdg-user-dirs tool.
|
| XMLUtils |
Utility methods for working with XML APIs.
|
| Enum | Description |
|---|---|
| SystemUtils.OS |
| Exception | Description |
|---|---|
| ProgressReceiver.OperationCancelled |
Indicates that the operation should be aborted, for instance because the
user has requested that it be cancelled, or because an error has
occurred.
|
| ProgressReceiver.OperationCancelledByUser |
Indicates that the operation should be aborted because the user has
requested that it be cancelled.
|
Copyright © 2011–2023 pepsoft.org. All rights reserved.