Package | Description |
---|---|
com.devexperts.util |
General utility classes.
|
Class and Description |
---|
AbstractConcurrentSet
Provides a skeletal implementation of the
Set interface to minimize the effort
required to implement this interface. |
AbstractLongMap
This class provides a skeletal implementation of the
LongMap
interface, to minimize the effort required to implement this interface. |
AbstractLongSet
This class provides a skeletal implementation of the
LongSet
interface, to minimize the effort required to implement this interface. |
Base64
Utility class for Base64 encoding and decoding.
|
IndexedMap
A wrapper around
IndexedSet which implements Map interface. |
IndexedSet
A collection that contains no duplicate elements according to specified identification strategy.
|
IndexedSetStats
Provides access to statistics of the
IndexedSet static structure. |
Indexer
A strategy that distinguishes and identifies elements in an
IndexedSet and IndexedMap . |
InvalidFormatException
Thrown to indicate that there were syntax error found while parsing some argument from a string.
|
LongCollection
This class extends
Collection with methods that are specific
for long values. |
LongIterator
This class extends
Iterator with methods that are specific
to long values. |
LongMap
This class extends
Map with methods that are specific
for long values. |
LongSet
This class extends
Set with methods that are specific
for long values. |
SynchronizedIndexedSet
A synchronized thread-safe version of
IndexedSet class. |
TimeFormat
Utility class for parsing and formatting dates and times in ISO-compatible format.
|
TimePeriod
Value class for period of time with support for ISO8601 duration format.
|
TypedKey
A typed key for
TypedMap . |
Copyright © 2014 Devexperts. All Rights Reserved.