Interface | Description |
---|---|
Comparator<T> |
A
Comparator is used to compare two objects to determine their ordering with
respect to each other. |
MapEntry<K,V> |
MapEntry is a key/value mapping contained in a Map . |
Pattern |
Class | Description |
---|---|
ArrayList<E> |
ArrayList is an implementation of
List , backed by an array. |
Arrays |
Arrays contains static methods which operate on arrays. |
Base64 |
Provides Base64 encoding and decoding as defined by RFC 2045.
|
BoxedInteger |
Created by bretjohn on 1/5/2015.
|
BoxedLong |
Created by bretjohn on 1/5/2015.
|
ByteArrayRange |
This class represents a subset of a byte array, starting at the specified position & of the specified length.
|
CharacterUtil |
The wrapper for the primitive type
char . |
Collection<E> |
Collection is the root of the collection hierarchy. |
DateTime |
This class represents a date/time, allowing the normal JSimple representation of time in millis (milliseconds since
Jan.
|
DoubleUtil |
The wrapper for the primitive type
double . |
HashMap<K,V> |
HashMap is an implementation of Map.
|
HashSet<E> |
HashSet is an implementation of a Set.
|
IntegerUtil |
The wrapper for the primitive type
int . |
Iterator<E> |
Created by Bret on 11/27/2014.
|
List<E> |
A
List is a collection which maintains an ordering for its elements. |
ListUtils |
Created by Bret on 5/19/2014.
|
LongUtil |
The wrapper for the primitive type
long . |
Map<K,V> |
A
Map is a data structure consisting of a set of keys and values in which each key is mapped to a single
value. |
MatchBuilder | |
MessageFormatter |
Formats messages according to very simple substitution rules.
|
MessageFormatter.FormattingTuple |
Holds the results of formatting done by
MessageFormatter . |
OptionalInteger |
Created by bretjohn on 1/7/2015.
|
PlatformUtils | |
PlatformUtilsBase |
This class is used to wrap one off utility methods that need to be implemented in a platform dependent way.
|
Random |
This class provides methods that generates pseudo-random numbers of different
types, such as
int , long , double , and float . |
Set<E> |
An AbstractSet is an abstract implementation of the Set interface.
|
StringBuilderUtils |
Created by Bret on 1/11/2015.
|
StringIterator | |
StringTokenizer |
This class was based on, and modified from, the Apache Harmony java.util.StringTokenizer class.
|
StringUtils | |
TextualPath |
A TextualPath abstracts any path-like structure that can be represented as a list of strings.
|
Utils |
Created with IntelliJ IDEA.
|
Exception | Description |
---|---|
BasicException | |
InvalidFormatException |
This is a generic exception class used to indicate the format of something isn't what it's expected to be.
|
ProgrammerError |
A
ProgrammerError is thrown when some check fails indicating that programmer did something they shouldn't
have done, perhaps passing in an illegal argument or calling a method at an invalid time. |