All Classes and Interfaces

Class
Description
IntSupplier that increments a value by a certain amount each time.
An ArrayMatrix is a Matrix (and, by extension, a Grid) with a backing array.
Container that holds a long value, and nothing more.
A Bit8 is a collection of 8, immutable bits
A set of utilities not present in the Math library.
An interface for all classes designed to build another class
Base class for all containers.
Event that you can subscribe to.
Builder for instances of Event.
The context passed to all Event subscribers that except it.
Vector containing 2 Doubles
Vector containing 3 Doubles
Vector containing 4 Doubles
Container that holds a Long.
The Grid interface is a SequencedCollection whose encounter order is starting at the top left, traversing to the right and going down a row to the left column when reaching end of row.
Exception due to an error in the grid's shape.
Annotation to indicate that the class below is designed only to hold static variables, methods and classes: it should not be subclassed, nor instantiated.
A collection of methods to get String descriptions of an object.
Vector containing 2 Integers
Vector containing 3 Integers
Vector containing 4 Integers
A Matrix is a type of Grid that cannot contain undefined elements or internal holes, and cannot be resized.
Class to simulate a mutable variable, like length-1 arrays.
Vector containing 2 custom Objects
Vector containing 2 custom Objects
Vector containing 2 custom Objects
Indicates a method/variable has a placeholder value and may not be fully functional.
A collection of various readers for various purposes.
Loops a character or string repeatedly.
Interface to represent a sequence of any Objects, normally Integers, Doubles or Longs.
An enum containing special sequences, with no configuration, as instances, and configurable sequences as static nested classes.
Fibonacci sequence, with optional custom bases.
Annotation to indicate that the class below is designed only be instantiated once: no other times.
Class to contain constants and methods related to strings.
Class to march through a string.
Annotation to indicate a method to be subscribed to an event.
A threshold is a Container that contains a boolean.
Container with a Object value (usually a Number such as an Integer, a Long or a Double) that can be transferred to other Transferrables.
Annotation to signify this code, package, etc, is in beta - It may change suddenly with no notice, and should not be relied on.
Utility class for vectors of any object.
Utility class for vectors of any object.
Utility class for vectors of any object.
A collection of various writers for various purposes Writers.StringWriter writes to an internal readable String Writers.Delimited passes outputs, followed by deliming string, to writer.
Writer modifier that takes in a writer and, after each writing operation, writes a set delimiter
Writer subclass that adds all writes to an internal string accesable through data() This class does not throw IOExceptions