| Interface | Description |
|---|---|
| GraphUtils.IArcPredicate |
A predicate defining arcs of an undirected graph.
|
| Class | Description |
|---|---|
| CharArrayUtils |
A number of useful methods for working with
char [] arrays. |
| CharSequenceUtils |
A number of useful methods for working with
CharSequences. |
| CloseableUtils |
Static methods for closing various objects (including implementations of
Closeable). |
| CollectionUtils |
A number of utility classes for working with
Collections. |
| ExceptionUtils |
A number of utility classes for working with
Throwables. |
| ExecutorServiceUtils |
A number of utility methods for working with the
Executors framework. |
| GraphUtils |
Various utilities for processing graphs.
|
| IntArrayPredicateIterator |
Iterates over ranges between elements for which a given predicate returns
true. |
| IntMapUtils |
A number of utilities for working with
IntIntOpenHashMaps. |
| LinearApproximation |
A simple utility for calculating linear approximations based on values for equally
distributed points between minimum and maximum arguments.
|
| ListUtils |
Utility methods for working with
Lists. |
| MapUtils |
Utilities for working with
Maps. |
| MathUtils |
Some simple mathematical computation utility methods.
|
| Pair<I,J> |
An immutable pair of objects.
|
| PriorityQueue<T> |
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
|
| RangeUtils |
A helper class for performing various calculations for integer and double ranges.
|
| ReflectionUtils |
Utilities related to Java reflection.
|
| RollingWindowAverage |
Calculates an average of values showing up in a given time window.
|
| SetUtils |
Utility methods for working with
Sets. |
| StreamUtils |
A set of common helper methods used with input streams and file objects.
|
| StringUtils |
Provides a number of useful method operating on
Strings that are not available
in StringUtils. |
| SystemPropertyStack |
Small utility to push a system property and then restore the previous value.
|
Common utility classes.