Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Package | Description |
|---|---|
| com.aoindustries.util | |
| com.aoindustries.util.sort |
| Class and Description |
|---|
| AoCollections.PeekIterator
Allows peeking the first element of iteration.
|
| HashCodeComparator
Orders objects by hashCode.
|
| IntArrayList
An ArrayList that stores things using
int[] instead of Object[]. |
| IntCollection
A primitive collection.
|
| Internable
An object that may be interned to save heap space, similar to
String.intern(). |
| IntList
A List that stores things using
int[] instead of Object[]. |
| LongArrayList
An ArrayList that stores things using
long[] instead of Object[]. |
| LongCollection
A primitive collection.
|
| LongList
A List that stores things using
long[] instead of Object[]. |
| Sequence
Generates unique long identifiers.
|
ShellInterpreter
AOSH is a Bourne-shell-like command interpreter
to control the AOServ Client utilities. |
| UnionMethodSet.Method |
| UnionMethodSet.ReflectionMethod |
| UnmodifiableCalendar
Wraps a Calendar to make it unmodifiable.
|
| WildcardPatternMatcher
Matches simple wildcard patterns, supporting prefix, suffix, and exact value.
|
| Class and Description |
|---|
| IntList
A List that stores things using
int[] instead of Object[]. |
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.