All Classes and Interfaces
Class
Description
IntSupplier
that increments a value by a certain amount each time.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
Double
sVector containing 3
Double
sVector containing 4
Double
sThe 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
Integer
sVector containing 3
Integer
sVector containing 4
Integer
sClass to simulate a mutable variable, like length-1 arrays.
Vector containing 2 custom
Object
sVector containing 2 custom
Object
sVector containing 2 custom
Object
sIndicates 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.
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.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