Interface | Description |
---|---|
TypesUtil |
Class | Description |
---|---|
AbstractIterator<T> |
A base class to simplify implementing iterators so that implementations only have to implement [computeNext]
to implement the iterator, calling [done] when the iteration is complete.
|
ManClassUtil |
This class is in part derived from org.apache.commons.lang.ClassUtils and is intended
to break a dependency on that project.
|
ManDateTimeUtil | |
ManEscapeUtil | |
ManIdentifierUtil | |
ManObjectUtil |
This class is directly derived from org.apache.commons.lang.ObjectUtils and is
intended to avoid dependencies on that project.
|
ManObjectUtil.Null |
Class used as a null placeholder where
null
has another meaning. |
ManStringUtil |
This class is based, in part, on org.apache.commons.lang.StringUtils and is intended
to break the dependency on that project.
|
Pair<F,S> |
A simple class to type-safely model a pair of values.
|
Pair.And |
Enables the:
first and second syntax for Pair , which is particularly useful with the
Map #mapOf extension method. |
Pair.And.First<F> | |
PathUtil | |
RegExpMatch | |
ReservedWordMapping | |
ServiceUtil | |
Stack<T> | |
StreamUtil | |
TempFileUtil |
Copyright © 2024. All rights reserved.