Class | Description |
---|---|
Assertions | |
Base64 | Deprecated
Use
Base64 instead. |
ByteUtil |
Utility package for byte manipulation.
|
CollectionUtil | |
EqualsHashCodeBuilder |
Builder to simplify implementing the
Object.equals(Object) and
Object.hashCode() methods. |
GUID |
Create a globally unique identifier.
|
IOUtil |
IO Utilities.
|
Pair<T1,T2> |
An arbitrary pair of objects.
|
PrettyStringBuilder | |
ReflectionUtil | |
StringPrintWriter |
Simple extension of PrintWriter so you don't have to create a StringWriter to
pass to it, when you want the functionality of PrintWriter but you want it in
a buffer.
|
StringUtil |
String Utilities.
|
Version |
Encapsulates a version number.
|
VersionRange |
A version range is an interval describing a set of
versions . |
XmlUtil |
Copyright © 2022. All rights reserved.