Package | Description |
---|---|
com.devexperts.util |
Provides 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.
|
DayRange
DayRange represents a certain number of days from starting day (inclusive) to ending day (exclusive).
|
ExecutorProvider.Reference
Writable reference to
Executor that is created using provider if not explicitly specified. |
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
Deprecated.
Use a functional interface
IndexerFunction instead. |
IndexerFunction
A strategy that distinguishes and identifies elements in an
IndexedSet and IndexedMap . |
IndexerFunction.IdentityKey
A specialized
IndexerFunction that distinguishes and identifies elements using identity comparison of object keys. |
IndexerFunction.IntKey
An
IndexerFunction that distinguishes and identifies elements using int keys. |
IndexerFunction.LongKey
An
IndexerFunction that distinguishes and identifies elements using long keys. |
IntComparator
A comparison function, which imposes a total ordering on some collection of ints.
|
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. |
LongComparator
A comparison function, which imposes a total ordering on some collection of longs.
|
LongIterator
Deprecated.
Use
PrimitiveIterator.OfLong instead. |
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 . |
WideDecimal
The
WideDecimal class contains a set of methods to work with
floating-point numbers packed into long primitive type. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.