Interface | Description |
---|---|
StringUtil.Constants |
Class | Description |
---|---|
AccessibleBufferedInputStream | |
AccessibleByteArrayOutputStream | |
ApplicationInfo | |
ArgCheck |
This class contains a set of static utility methods for checking method arguments.
|
Assertion |
This class contains a set of static utility methods for assertion checking.
|
Base64 |
Encodes and decodes to and from Base64 notation.
|
CopyOnWriteLinkedHashMap<K,V> |
Provides a mimimally concurrent (concurrent read/exclusive write)
LinkedHashMap for use in read mostly situations. |
EquivalenceUtil |
Utilities to test the equivalence (see method-specific definitions) of any
two object/array references.
|
ExecutorUtils | |
ExternalizeUtil |
Utilities used by Externalizable classes to read/write objects from
ObjectInput/ObjectOutput instances.
|
FileUtils | |
HashCodeUtil |
This class provides utility functions for generating good
hash codes.
|
InputStreamReader |
Replacement for the standard
InputStreamReader ,
which suffers from a bug in sun.nio.cs.StreamDecoder |
LRUCache<K,V> |
This class replaces a verbose legacy implementation of LRUCaching.
|
MixinProxy | |
MultiArrayOutputStream |
A dynamic buffer that limits copying overhead
|
NamedThreadFactory | |
ObjectConverterUtil | |
ObjectInputStreamWithClassloader | |
PropertiesUtils |
Static utility methods for common tasks having to do with
java.util.Properties.
|
ReaderInputStream | |
ReflectionHelper | |
SqlUtil |
Utilities for dealing with SQL strings.
|
StringUtil |
This is a common place to put String utility methods.
|
TimestampWithTimezone |
Utility methods for SQL Timestamps, Time, and Dates with time zones as UTC
This is intended to take incoming Strings or Dates that have accurate
Calendar fields and give the UTC time by interpretting those fields
in the target time zone.
|
Exception | Description |
---|---|
PropertiesUtils.InvalidPropertyException |
Copyright © 2019. All rights reserved.