- check(String) - Method in class com.devexperts.io.SerialClassContext
-
- checkConnectionResponseCode(URLConnection) - Static method in class com.devexperts.io.URLInputStream
-
Checks connection response code and throws
IOException
if it is not Ok.
- checkEncapsulatedLength(long, long, long) - Method in class com.devexperts.io.BufferedInput
-
- checkEncapsulatedLength(long, long, long) - Method in class com.devexperts.io.BufferedInputPart
-
- checkEOB() - Method in class com.devexperts.io.BufferedInput
-
- checkEOB() - Method in class com.devexperts.io.BufferedOutput
-
- checkOwner(Object) - Method in class com.devexperts.io.Chunk
-
Throws an exception if the chunk is not owned by specified owner.
- checkOwner(Object) - Method in class com.devexperts.io.ChunkList
-
Throws an exception if the chunk list is not owned by specified owner.
- checkRange(int) - Method in class com.devexperts.io.ChunkList
-
- checkRange(byte[], int, int) - Static method in class com.devexperts.io.IOUtil
-
- checkRewind(long) - Method in class com.devexperts.io.BufferedInput
-
Throws appropriate exception if rewind for specified distance is impossible.
- Chunk - Class in com.devexperts.io
-
A chunk of binary data.
- Chunk(ChunkPool, byte[], Object) - Constructor for class com.devexperts.io.Chunk
-
Constructs a new chunk of specified owner that wraps given byte array.
- chunkArray - Variable in class com.devexperts.io.ChunkList
-
- ChunkedInput - Class in com.devexperts.io
-
- ChunkedInput() - Constructor for class com.devexperts.io.ChunkedInput
-
Constructs new chunked input with
default
pool.
- ChunkedInput(ChunkPool) - Constructor for class com.devexperts.io.ChunkedInput
-
Constructs new chunked input with a specified pool to acquire chunk list from..
- ChunkedOutput - Class in com.devexperts.io
-
- ChunkedOutput() - Constructor for class com.devexperts.io.ChunkedOutput
-
Constructs new chunked output with
default
pool.
- ChunkedOutput(ChunkPool) - Constructor for class com.devexperts.io.ChunkedOutput
-
Constructs new chunked output with a specified pool.
- ChunkList - Class in com.devexperts.io
-
Reusable list of
chunks
with data.
- ChunkList(Object) - Constructor for class com.devexperts.io.ChunkList
-
Constructs empty chunk list of specified owner not corresponding
to any
pool
.
- ChunkList(ChunkPool, Object) - Constructor for class com.devexperts.io.ChunkList
-
Constructs new chunk list of specified owner corresponding
to a specified
pool
.
- ChunkPool - Class in com.devexperts.io
-
- ChunkPool(String, int, int, int, int, int) - Constructor for class com.devexperts.io.ChunkPool
-
Constructs new pool with specified parameters.
- ClassUtil - Class in com.devexperts.io
-
Utilities to work with classes.
- clear() - Method in class com.devexperts.io.ByteArrayInput
-
Clears this byte array input.
- clear() - Method in class com.devexperts.io.ByteArrayOutput
-
Clears this buffer.
- clear() - Method in class com.devexperts.io.ChunkedInput
-
Clears this chunked input, invalidates the mark and recycles all contained chunks.
- clear() - Method in class com.devexperts.io.ChunkedOutput
-
Clears this chunked output and recycles all contained chunks.
- clear() - Method in class com.devexperts.util.AbstractConcurrentSet
-
Removes all of the elements from this set.
- clear() - Method in class com.devexperts.util.AbstractLongMap
-
- clear() - Method in class com.devexperts.util.AbstractLongSet
-
- clear() - Method in class com.devexperts.util.IndexedMap
-
Removes all elements from this map.
- clear() - Method in class com.devexperts.util.IndexedSet
-
Removes all elements from this set.
- clear() - Method in class com.devexperts.util.LongHashMap
-
- clear() - Method in class com.devexperts.util.LongHashSet
-
- clear() - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Removes all elements from this set.
- clearAndCompact() - Method in class com.devexperts.util.LongHashMap
-
Removes all mappings and frees all memory.
- clearAndCompact(int) - Method in class com.devexperts.util.LongHashMap
-
Removes all mappings and compacts memory usage of this hashtable,
but requested capacity is retained.
- clearAndCompact() - Method in class com.devexperts.util.LongHashSet
-
Removes all elements and frees all memory.
- clearAndCompact(int) - Method in class com.devexperts.util.LongHashSet
-
Removes all elements and compacts memory usage of this hashtable,
but requested capacity is retained.
- clone() - Method in class com.devexperts.util.IndexedMap
-
Returns a shallow copy of this map - the keys and values themselves are not cloned.
- clone() - Method in class com.devexperts.util.IndexedSet
-
Returns a shallow copy of this set - the values themselves are not cloned.
- clone() - Method in class com.devexperts.util.LongHashMap
-
Returns a shallow copy of this
LongHashMap
instance:
the values themselves are not cloned.
- clone() - Method in class com.devexperts.util.LongHashSet
-
Returns a shallow copy of this set: the elements themselves are
not cloned.
- clone() - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Returns a shallow copy of this set - the values themselves are not cloned.
- close() - Method in class com.devexperts.io.BufferedInputPart
-
Unbinds this
BufferedInputPart
object from the underlying input with
resetInput
method.
- close() - Method in class com.devexperts.io.ChunkedOutput
-
- close() - Method in class com.devexperts.io.CSVReader
-
Closes the stream.
- close() - Method in class com.devexperts.io.CSVWriter
-
Closes the stream.
- close() - Method in class com.devexperts.io.StreamInput
-
Closes the source input stream and resets this
StreamInput
with
resetInput
method.
- close() - Method in class com.devexperts.io.StreamOutput
- close() - Method in class com.devexperts.io.UncloseableInputStream
-
- close() - Method in class com.devexperts.io.UncloseableOutputStream
-
- close() - Method in class com.devexperts.io.URLInputStream
-
- close() - Method in class com.devexperts.util.ExecutorProvider.Reference
-
- collector() - Static method in class com.devexperts.util.IndexedMap
-
Returns a Collector
that accumulates the input elements into a new IndexedMap
with default indexer.
- collector(IndexerFunction<K, ? super V>) - Static method in class com.devexperts.util.IndexedMap
-
Returns a Collector
that accumulates the input elements into a new IndexedMap
with specified indexer.
- collector(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
-
- collector(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
-
- collector() - Static method in class com.devexperts.util.IndexedSet
-
Returns a Collector
that accumulates the input elements into a new IndexedSet
with default indexer.
- collector(IndexerFunction<K, ? super V>) - Static method in class com.devexperts.util.IndexedSet
-
Returns a Collector
that accumulates the input elements into a new IndexedSet
with specified indexer.
- collector(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
-
- collector(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
-
- collector() - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Returns a Collector
that accumulates the input elements into a new SynchronizedIndexedSet
with default indexer.
- collector(IndexerFunction<K, ? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Returns a Collector
that accumulates the input elements into a new SynchronizedIndexedSet
with specified indexer.
- collector(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- collector(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- collectorIdentity() - Static method in class com.devexperts.util.IndexedMap
-
Returns a Collector
that accumulates the input elements into a new IndexedMap
with default identity indexer.
- collectorIdentity(IndexerFunction.IdentityKey<K, ? super V>) - Static method in class com.devexperts.util.IndexedMap
-
Returns a Collector
that accumulates the input elements into a new IndexedMap
with specified identity indexer.
- collectorIdentity() - Static method in class com.devexperts.util.IndexedSet
-
Returns a Collector
that accumulates the input elements into a new IndexedSet
with default identity indexer.
- collectorIdentity(IndexerFunction.IdentityKey<K, ? super V>) - Static method in class com.devexperts.util.IndexedSet
-
Returns a Collector
that accumulates the input elements into a new IndexedSet
with specified identity indexer.
- collectorIdentity() - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Returns a Collector
that accumulates the input elements into a new SynchronizedIndexedSet
with default identity indexer.
- collectorIdentity(IndexerFunction.IdentityKey<K, ? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Returns a Collector
that accumulates the input elements into a new SynchronizedIndexedSet
with specified identity indexer.
- collectorInt(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
-
Returns a Collector
that accumulates the input elements into a new IndexedMap
with specified int indexer.
- collectorInt(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
-
Returns a Collector
that accumulates the input elements into a new IndexedSet
with specified int indexer.
- collectorInt(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Returns a Collector
that accumulates the input elements into a new SynchronizedIndexedSet
with specified int indexer.
- collectorLong(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
-
Returns a Collector
that accumulates the input elements into a new IndexedMap
with specified long indexer.
- collectorLong(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
-
Returns a Collector
that accumulates the input elements into a new IndexedSet
with specified long indexer.
- collectorLong(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Returns a Collector
that accumulates the input elements into a new SynchronizedIndexedSet
with specified long indexer.
- com.devexperts.annotation - package com.devexperts.annotation
-
- com.devexperts.auth - package com.devexperts.auth
-
- com.devexperts.io - package com.devexperts.io
-
Provides input/output utility classes.
- com.devexperts.logging - package com.devexperts.logging
-
Provides logging classes.
- com.devexperts.management - package com.devexperts.management
-
Provides management utility classes.
- com.devexperts.monitoring - package com.devexperts.monitoring
-
Provides annotations for monitoring micro-framework.
- com.devexperts.services - package com.devexperts.services
-
Provides services, extensions and plugins framework.
- com.devexperts.util - package com.devexperts.util
-
Provides general utility classes.
- compact() - Method in class com.devexperts.util.LongHashMap
-
Compacts memory usage of this hashtable.
- compact(int) - Method in class com.devexperts.util.LongHashMap
-
Compacts memory usage of this hashtable, but requested capacity
is retained.
- compact() - Method in class com.devexperts.util.LongHashSet
-
Compacts memory usage of this hashtable.
- compact(int) - Method in class com.devexperts.util.LongHashSet
-
Compacts memory usage of this hashtable, but requested capacity
is retained.
- compare(int, int) - Method in interface com.devexperts.util.IntComparator
-
Compares its two arguments for order.
- compare(long, long) - Method in interface com.devexperts.util.LongComparator
-
Compares its two arguments for order.
- compare(long, long) - Static method in class com.devexperts.util.WideDecimal
-
- compareTo(WideDecimal) - Method in class com.devexperts.util.WideDecimal
-
- comparing(IntFunction<? extends K>, Comparator<? super K>) - Static method in interface com.devexperts.util.IntComparator
-
Accepts a function that extracts a sort key and a sort key comparator, and returns
a comparator that compares by an extracted sort key using the specified sort key comparator.
- comparing(IntFunction<? extends K>) - Static method in interface com.devexperts.util.IntComparator
-
Accepts a function that extracts a comparable sort, and returns
a comparator that compares by an extracted comparable sort key.
- comparing(LongFunction<? extends K>, Comparator<? super K>) - Static method in interface com.devexperts.util.LongComparator
-
Accepts a function that extracts a sort key and a sort key comparator, and returns
a comparator that compares by an extracted sort key using the specified sort key comparator.
- comparing(LongFunction<? extends K>) - Static method in interface com.devexperts.util.LongComparator
-
Accepts a function that extracts a comparable sort, and returns
a comparator that compares by an extracted comparable sort key.
- comparingDouble(IntToDoubleFunction) - Static method in interface com.devexperts.util.IntComparator
-
Accepts a function that extracts a double sort key, and returns
a comparator that compares by an extracted double sort key.
- comparingDouble(LongToDoubleFunction) - Static method in interface com.devexperts.util.LongComparator
-
Accepts a function that extracts a double sort key, and returns
a comparator that compares by an extracted double sort key.
- comparingInt(IntUnaryOperator) - Static method in interface com.devexperts.util.IntComparator
-
Accepts a function that extracts an int sort key, and returns
a comparator that compares by an extracted int sort key.
- comparingInt(LongToIntFunction) - Static method in interface com.devexperts.util.LongComparator
-
Accepts a function that extracts an int sort key, and returns
a comparator that compares by an extracted int sort key.
- comparingLong(IntToLongFunction) - Static method in interface com.devexperts.util.IntComparator
-
Accepts a function that extracts a long sort key, and returns
a comparator that compares by an extracted long sort key.
- comparingLong(LongUnaryOperator) - Static method in interface com.devexperts.util.LongComparator
-
Accepts a function that extracts a long sort key, and returns
a comparator that compares by an extracted long sort key.
- composeToScale(double, int) - Static method in class com.devexperts.util.WideDecimal
-
- composeToScale(long, int) - Static method in class com.devexperts.util.WideDecimal
-
- composeToScale(long, int, int) - Static method in class com.devexperts.util.WideDecimal
-
- composeWide(double) - Static method in class com.devexperts.util.WideDecimal
-
- composeWide(long) - Static method in class com.devexperts.util.WideDecimal
-
- composeWide(long, int) - Static method in class com.devexperts.util.WideDecimal
-
- compress(byte[]) - Static method in class com.devexperts.io.IOUtil
-
Compresses an array of bytes using Deflate algorithm as appropriate.
- compress(OutputStream, String) - Method in class com.devexperts.io.StreamCompression
-
Compresses the given output stream with this compression format.
- compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class com.devexperts.util.AbstractLongMap
-
- compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in interface com.devexperts.util.LongMap
-
Attempts to compute a mapping for the specified key and its current
mapped value (or null
if there is no current mapping).
- computeDailyTime(long, LocalTime, ZoneId) - Static method in class com.devexperts.util.TimeUtil
-
Calculating the daily time relative to the current timestamp, taking into account the time zone.
- computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in class com.devexperts.util.AbstractLongMap
-
- computeIfAbsent(long, Function<? super Long, ? extends V>) - Method in interface com.devexperts.util.LongMap
-
If the specified key is not already associated with a value (or is mapped
to null
), attempts to compute its value using the given mapping
function and enters it into this map unless null
.
- computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class com.devexperts.util.AbstractLongMap
-
- computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in interface com.devexperts.util.LongMap
-
If the value for the specified key is present and non-null, attempts to
compute a new mapping given the key and its current mapped value.
- concurrentIterator() - Method in class com.devexperts.util.IndexedSet
-
Returns concurrent iterator over the elements in this set.
- CONFIG_FILE_PROPERTY - Static variable in class com.devexperts.logging.LogFormatter
-
- configureDebugEnabled(boolean) - Method in class com.devexperts.logging.Logging
-
- configureLogFile(String) - Static method in class com.devexperts.logging.Logging
-
Programmatically reconfigures logging to a specified file.
- ConfigUtil - Class in com.devexperts.util
-
Utility class with methods that are used to configure objects from command line parameters and/or files.
- connection - Variable in class com.devexperts.io.URLInputStream
-
- contains(long) - Method in class com.devexperts.util.AbstractLongSet
-
- contains(Object) - Method in class com.devexperts.util.AbstractLongSet
-
- contains(Object) - Method in class com.devexperts.util.IndexedSet
-
- contains(long) - Method in interface com.devexperts.util.LongCollection
-
Returns true if this collection contains the specified element.
- contains(long) - Method in class com.devexperts.util.LongHashSet
-
- containsAll(Collection<?>) - Method in class com.devexperts.util.AbstractConcurrentSet
-
Tests if this set contains all of the elements in the specified collection.
- containsAll(Collection<?>) - Method in class com.devexperts.util.AbstractLongSet
-
Returns true if this set contains all of the elements
in the specified collection.
- containsDayId(int) - Method in class com.devexperts.util.DayRange
-
- containsKey(long) - Method in class com.devexperts.util.AbstractLongMap
-
- containsKey(Object) - Method in class com.devexperts.util.AbstractLongMap
-
- containsKey(Object) - Method in class com.devexperts.util.IndexedMap
-
Returns true if this map contains element which matches specified key.
- containsKey(long) - Method in class com.devexperts.util.IndexedMap
-
Returns true if this map contains element which matches specified key.
- containsKey(K) - Method in class com.devexperts.util.IndexedSet
-
Returns true if this set contains element which matches specified key.
- containsKey(int) - Method in class com.devexperts.util.IndexedSet
-
Returns true if this set contains element which matches specified key.
- containsKey(long) - Method in class com.devexperts.util.IndexedSet
-
Returns true if this set contains element which matches specified key.
- containsKey(long) - Method in class com.devexperts.util.LongHashMap
-
- containsKey(long) - Method in interface com.devexperts.util.LongMap
-
Returns true if this map contains a mapping for the specified
key.
- containsValue(Object) - Method in class com.devexperts.util.IndexedMap
-
Returns true if this map contains element which matches specified value.
- containsValue(V) - Method in class com.devexperts.util.IndexedSet
-
Returns true if this set contains element which matches specified value.
- convertStringToObject(Class<?>, String) - Static method in class com.devexperts.util.ConfigUtil
-
Converts string value of the corresponding type to object.
- copyToChunkList(byte[], int, int, Object) - Method in class com.devexperts.io.ChunkPool
-
Extracts a
ChunkList
from the pool for specified owner
and fills it with data from specified byte array.
- create() - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction<K, ? super V>) - Static method in class com.devexperts.util.IndexedMap
-
Creates new empty map with specified indexer.
- create(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction<K, ? super V>, int) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction.IntKey<? super V>, int) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction.LongKey<? super V>, int) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction<K, ? super V>, Collection<? extends V>) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction.IntKey<? super V>, Collection<? extends V>) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction.LongKey<? super V>, Collection<? extends V>) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction<K, ? super V>, Map<? extends K, ? extends V>) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction.IntKey<? super V>, Map<Integer, ? extends V>) - Static method in class com.devexperts.util.IndexedMap
-
- create(IndexerFunction.LongKey<? super V>, Map<Long, ? extends V>) - Static method in class com.devexperts.util.IndexedMap
-
- create() - Static method in class com.devexperts.util.IndexedSet
-
- create(IndexerFunction<K, ? super V>) - Static method in class com.devexperts.util.IndexedSet
-
Creates new empty set with specified indexer.
- create(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
-
- create(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
-
- create(IndexerFunction<K, ? super V>, int) - Static method in class com.devexperts.util.IndexedSet
-
- create(IndexerFunction.IntKey<? super V>, int) - Static method in class com.devexperts.util.IndexedSet
-
- create(IndexerFunction.LongKey<? super V>, int) - Static method in class com.devexperts.util.IndexedSet
-
- create(IndexerFunction<K, ? super V>, Collection<? extends V>) - Static method in class com.devexperts.util.IndexedSet
-
- create(IndexerFunction.IntKey<? super V>, Collection<? extends V>) - Static method in class com.devexperts.util.IndexedSet
-
- create(IndexerFunction.LongKey<? super V>, Collection<? extends V>) - Static method in class com.devexperts.util.IndexedSet
-
- create() - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- create(IndexerFunction<K, ? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Creates new empty set with specified indexer.
- create(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- create(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- create(IndexerFunction<K, ? super V>, int) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- create(IndexerFunction.IntKey<? super V>, int) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- create(IndexerFunction.LongKey<? super V>, int) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- create(IndexerFunction<K, ? super V>, Collection<? extends V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- create(IndexerFunction.IntKey<? super V>, Collection<? extends V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
- createBasicToken(String) - Static method in class com.devexperts.auth.AuthToken
-
Constructs an
AuthToken
with the specified username and password per RFC2617.
- createBasicToken(String, String) - Static method in class com.devexperts.auth.AuthToken
-
Constructs an
AuthToken
with the specified username and password per RFC2617.
- createBasicTokenOrNull(String, String) - Static method in class com.devexperts.auth.AuthToken
-
Constructs an
AuthToken
with the specified username and password per RFC2617.
- createBearerToken(String) - Static method in class com.devexperts.auth.AuthToken
-
Constructs an
AuthToken
with the specified bearer token per RFC6750.
- createBearerTokenOrNull(String) - Static method in class com.devexperts.auth.AuthToken
-
Constructs an
AuthToken
with the specified bearer token per RFC6750.
- createCustomToken(String, String) - Static method in class com.devexperts.auth.AuthToken
-
Constructs an
AuthToken
with a custom scheme and value.
- createDefaultLayout() - Static method in class com.devexperts.logging.DxFeedPatternLayout
-
- createDefaultLayout(Configuration) - Static method in class com.devexperts.logging.DxFeedPatternLayout
-
Creates a DxFeedPatternLayout using the default options and the given configuration.
- createIdentity() - Static method in class com.devexperts.util.IndexedMap
-
Creates new empty map with default identity indexer.
- createIdentity(IndexerFunction.IdentityKey<K, ? super V>) - Static method in class com.devexperts.util.IndexedMap
-
Creates new empty map with specified identity indexer.
- createIdentity() - Static method in class com.devexperts.util.IndexedSet
-
Creates new empty set with default identity indexer.
- createIdentity(IndexerFunction.IdentityKey<K, ? super V>) - Static method in class com.devexperts.util.IndexedSet
-
Creates new empty set with specified identity indexer.
- createIdentity() - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Creates new empty set with default identity indexer.
- createIdentity(IndexerFunction.IdentityKey<K, ? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Creates new empty set with specified identity indexer.
- createInt(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
-
Creates new empty map with specified int indexer.
- createInt(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
-
Creates new empty set with specified int indexer.
- createInt(IndexerFunction.IntKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Creates new empty set with specified int indexer.
- createLong(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
-
Creates new empty map with specified long indexer.
- createLong(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
-
Creates new empty set with specified long indexer.
- createLong(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
-
Creates new empty set with specified long indexer.
- createNewChunk(Object) - Method in class com.devexperts.io.ChunkPool
-
Constructs new
Chunk
instance for specified owner.
- createNewChunkList(Object) - Method in class com.devexperts.io.ChunkPool
-
Constructs a new
ChunkList
of specified owner.
- createSerialClassContext(ClassLoader, Collection<String>, Collection<String>) - Static method in class com.devexperts.io.SerialClassContext
-
Creates serial class context with a specified class loader, whitelist, and blacklist.
- createService(Class<T>, ClassLoader, String) - Static method in class com.devexperts.services.Services
-
Creates service that implements given class.
- createServices(Class<T>, ClassLoader) - Static method in class com.devexperts.services.Services
-
- CSVFormatException - Exception in com.devexperts.io
-
Signals that input stream does not conform to the CSV format.
- CSVFormatException() - Constructor for exception com.devexperts.io.CSVFormatException
-
Constructs a CSVFormatException without detail message.
- CSVFormatException(String) - Constructor for exception com.devexperts.io.CSVFormatException
-
Constructs a CSVFormatException with specified detail message.
- CSVReader - Class in com.devexperts.io
-
Reads data from the stream using Comma-Separated Values (CSV) format.
- CSVReader(Reader) - Constructor for class com.devexperts.io.CSVReader
-
Creates new CSVReader with default separator and quote characters.
- CSVReader(Reader, char, char) - Constructor for class com.devexperts.io.CSVReader
-
Creates new CSVReader with specified separator and quote characters.
- CSVWriter - Class in com.devexperts.io
-
Writes data to the stream using Comma-Separated Values (CSV) format.
- CSVWriter(Writer) - Constructor for class com.devexperts.io.CSVWriter
-
Creates new CSVWriter with default separator and quote characters.
- CSVWriter(Writer, char, char) - Constructor for class com.devexperts.io.CSVWriter
-
Creates new CSVWriter with specified separator and quote characters.
- EMPTY - Static variable in class com.devexperts.io.ChunkList
-
Read-only empty chunk list.
- EMPTY_BYTE_ARRAY - Static variable in class com.devexperts.io.BufferedInput
-
- EMPTY_BYTE_ARRAY - Static variable in class com.devexperts.io.BufferedOutput
-
- encode(LogEvent, ByteBufferDestination) - Method in class com.devexperts.logging.DxFeedPatternLayout
-
- encode(byte[]) - Method in class com.devexperts.util.Base64
-
Encodes source bytes.
- ensureBytes() - Method in class com.devexperts.io.Marshalled
-
Ensures that object is converted into byte representation.
- ensureCapacity(int) - Method in class com.devexperts.io.ByteArrayInput
-
Ensures that the byte array used for buffering has at least the specified capacity.
- ensureCapacity(int) - Method in class com.devexperts.io.ByteArrayOutput
-
Ensures that the byte array used for buffering has at least the specified capacity.
- ensureCapacity(int) - Method in class com.devexperts.util.IndexedMap
-
Increases the capacity of this map instance, if necessary, to ensure that it
can hold at least the number of elements specified by the capacity argument.
- ensureCapacity(int) - Method in class com.devexperts.util.IndexedSet
-
Increases the capacity of this set instance, if necessary, to ensure that it
can hold at least the number of elements specified by the capacity argument.
- ensureCapacity(int) - Method in class com.devexperts.util.LongHashMap
-
Makes sure that no rehashes or memory reallocations will be
needed until size() <= capacity
.
- ensureCapacity(int) - Method in class com.devexperts.util.LongHashSet
-
Makes sure that no rehashes or memory reallocations will be
needed until size() <= capacity
.
- ensureCapacity(int) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Increases the capacity of this set instance, if necessary, to ensure that it
can hold at least the number of elements specified by the capacity argument.
- entryIterator() - Method in class com.devexperts.util.IndexedSet
-
Returns an iterator over the entries in this set.
- entrySet() - Method in class com.devexperts.util.AbstractLongMap
-
- entrySet() - Method in class com.devexperts.util.IndexedMap
-
Returns a set view of the mapping contained in this map.
- entrySet() - Method in class com.devexperts.util.LongHashMap
-
Returns a collection view of the mappings contained in this map.
- equals(Object) - Method in class com.devexperts.auth.AuthToken
-
- equals(Object) - Method in class com.devexperts.io.Marshalled
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.devexperts.io.Marshaller
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.devexperts.io.Marshaller.Typed
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.devexperts.io.SerialClassContext
-
- equals(Object) - Method in class com.devexperts.io.StreamCompression
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.devexperts.util.AbstractConcurrentSet
-
Compares the specified object with this set for equality.
- equals(Object) - Method in class com.devexperts.util.DayRange
-
- equals(Object) - Method in class com.devexperts.util.IndexedMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class com.devexperts.util.TimePeriod
-
- equals(Object) - Method in class com.devexperts.util.WideDecimal
-
- ERR_FILE_PROPERTY - Static variable in class com.devexperts.logging.Logging
-
- ERR_MAX_FILE_SIZE_PROPERTY - Static variable in class com.devexperts.logging.Logging
-
- error(String) - Method in class com.devexperts.logging.Logging
-
- error(String, Throwable) - Method in class com.devexperts.logging.Logging
-
- ExecutorProvider - Class in com.devexperts.util
-
Manages access to a single automatically-created
Executor
from a multiple references.
- ExecutorProvider(String, Logging) - Constructor for class com.devexperts.util.ExecutorProvider
-
Creates executor provider that creates
LoggedThreadPoolExecutor
with a default number of threads
with a given name and log file when needed.
- ExecutorProvider(int, String, Logging) - Constructor for class com.devexperts.util.ExecutorProvider
-
Creates executor provider that creates
LoggedThreadPoolExecutor
with a specified number of threads,
a given name and log file when needed.
- ExecutorProvider(Executor) - Constructor for class com.devexperts.util.ExecutorProvider
-
Creates executor provider that wraps a given (specified) executor that never shuts it down.
- ExecutorProvider.Reference - Class in com.devexperts.util
-
Writable reference to
Executor
that is created using provider if not explicitly specified.
- Experimental - Annotation Type in com.devexperts.annotation
-
Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal,
in a future release.
- get(int) - Method in class com.devexperts.io.ChunkList
-
Returns the chunk located at the specified position of the list.
- get(long) - Method in class com.devexperts.util.AbstractLongMap
-
- get(Object) - Method in class com.devexperts.util.AbstractLongMap
-
- get(Object) - Method in class com.devexperts.util.IndexedMap
-
- get(long) - Method in class com.devexperts.util.LongHashMap
-
- get(long) - Method in interface com.devexperts.util.LongMap
-
Returns the value to which this map maps the specified key.
- get(String) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified string.
- get(String, boolean) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified string.
- get(String, int, int) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified character sequence.
- get(CharSequence) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified character sequence.
- get(CharSequence, int, int) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified character sequence.
- get(char[]) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified character sequence.
- get(char[], int, int) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified character sequence.
- get(TypedKey<T>) - Method in class com.devexperts.util.TypedMap
-
Returns the value to which the specified key is mapped,
or null
if this map contains no mapping for the key.
- getAllocatedSize() - Method in class com.devexperts.util.IndexedSetStats
-
- getAlphabet() - Method in class com.devexperts.util.Base64
-
Returns Bas64 alphabet that is used by this coder.
- getAmortizedCost() - Method in class com.devexperts.util.IndexedSetStats
-
- getASCII(byte[]) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified character sequence.
- getASCII(byte[], int, int) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified character sequence.
- getAverageDistance() - Method in class com.devexperts.util.IndexedSetStats
-
- getBlacklist() - Method in class com.devexperts.io.SerialClassContext
-
- getBooleanProperty(String, boolean) - Static method in class com.devexperts.util.SystemProperties
-
Gets the boolean system property indicated by the specified key.
- getBooleanProperty(Class<?>, String, boolean) - Static method in class com.devexperts.util.SystemProperties
-
Gets the boolean system property indicated by the specified class and property name.
- getBuffer() - Method in class com.devexperts.io.ByteArrayInput
-
Returns byte array used for buffering.
- getBuffer() - Method in class com.devexperts.io.ByteArrayOutput
-
Returns byte array used for buffering.
- getByKey(K) - Method in class com.devexperts.util.IndexedMap
-
Returns the element from this map which matches specified key or null if none were found.
- getByKey(long) - Method in class com.devexperts.util.IndexedMap
-
Returns the element from this map which matches specified key or null if none were found.
- getByKey(K) - Method in class com.devexperts.util.IndexedSet
-
Returns the element from this set which matches specified key or null if none were found.
- getByKey(int) - Method in class com.devexperts.util.IndexedSet
-
Returns the element from this set which matches specified key or null if none were found.
- getByKey(long) - Method in class com.devexperts.util.IndexedSet
-
Returns the element from this set which matches specified key or null if none were found.
- getBytes() - Method in class com.devexperts.io.Chunk
-
Returns byte array, wrapped by this chunk.
- getBytes() - Method in class com.devexperts.io.Marshalled
-
Returns byte array representation of this marshalled object.
- getByValue(V) - Method in class com.devexperts.util.IndexedMap
-
Returns the element from this map which matches specified value or null if none were found.
- getByValue(V) - Method in class com.devexperts.util.IndexedSet
-
Returns the element from this set which matches specified value or null if none were found.
- getCause() - Method in exception com.devexperts.io.MarshallingException
-
- getChunk(Object) - Method in class com.devexperts.io.ChunkPool
-
Extracts a
Chunk
from the pool (or creates new one if the pool
is empty).
- getChunkList(Object) - Method in class com.devexperts.io.ChunkPool
-
Extracts a
ChunkList
from the pool (or creates new one if
the pool is empty).
- getChunkSize() - Method in class com.devexperts.io.ChunkPool
-
Returns chunk size of this pool.
- getClasses(ClassLoader) - Method in class com.devexperts.io.Marshaller.Typed
-
Returns an array of classes of this typed marshaller.
- getClassLoader() - Method in class com.devexperts.io.SerialClassContext
-
Returns class loader.
- getCompactLength(long) - Static method in class com.devexperts.io.IOUtil
-
Returns number of bytes that are needed to write specified number in a compact format.
- getConnection() - Method in class com.devexperts.io.URLInputStream
-
- getContentFormat() - Method in class com.devexperts.logging.DxFeedPatternLayout
-
- getDayIdByYearMonthDay(int, int, int) - Static method in class com.devexperts.util.DayUtil
-
Returns day identifier for specified year, month and day in Gregorian calendar.
- getDayIdByYearMonthDay(int) - Static method in class com.devexperts.util.DayUtil
-
Returns day identifier for specified yyyymmdd integer in Gregorian calendar.
- getDefaultSerialContext(ClassLoader) - Static method in class com.devexperts.io.SerialClassContext
-
Returns default serial class context for the specified class loader.
- getEndDayId() - Method in class com.devexperts.util.DayRange
-
- getEndYmd() - Method in class com.devexperts.util.DayRange
-
- getExtension() - Method in class com.devexperts.io.StreamCompression
-
Return file name extension of this compression format.
- getFillFactor() - Method in class com.devexperts.util.IndexedSetStats
-
- getHttpAuthorization() - Method in class com.devexperts.auth.AuthToken
-
Returns the HTTP authorization header value.
- getIndexedSet() - Method in class com.devexperts.util.IndexedMap
-
Returns indexed set used by this map for actual data storage.
- getIndexer() - Method in class com.devexperts.util.IndexedMap
-
- getIndexer() - Method in class com.devexperts.util.IndexedSet
-
- getIndexerFunction() - Method in class com.devexperts.util.IndexedMap
-
Returns indexer function used to distinguish and identify elements in this map.
- getIndexerFunction() - Method in class com.devexperts.util.IndexedSet
-
Returns indexer function used to distinguish and identify elements in this set.
- getInstance() - Method in class com.devexperts.management.Management.Registration
-
Returns JMX object instance.
- getInstance(TimeZone) - Static method in class com.devexperts.util.TimeFormat
-
Returns TimeFormat instance for a specified timezone.
- getIntKey(V) - Method in interface com.devexperts.util.IndexerFunction.IntKey
-
Returns number key for specified value to be used for hashing and identification.
- getIntProperty(String, int) - Static method in class com.devexperts.util.SystemProperties
-
Gets the integer system property indicated by the specified key.
- getIntProperty(Class<?>, String, int) - Static method in class com.devexperts.util.SystemProperties
-
Gets the integer system property indicated by the specified class and property name.
- getIntProperty(String, int, int, int) - Static method in class com.devexperts.util.SystemProperties
-
Gets the integer system property indicated by the specified key
and shrinks it into specified range.
- getIntProperty(Class<?>, String, int, int, int) - Static method in class com.devexperts.util.SystemProperties
-
Gets the integer system property indicated by the specified class and property name
and shrinks it into specified range.
- getLastModified(String) - Static method in class com.devexperts.io.URLInputStream
-
Returns last modification time for specified URL.
- getLastModified(URL, String, String) - Static method in class com.devexperts.io.URLInputStream
-
Returns last modification time for specified URL with specified credentials.
- getLastModified(URL, AuthToken) - Static method in class com.devexperts.io.URLInputStream
-
Returns last modification time for specified URL with specified credentials.
- getLastModified() - Method in class com.devexperts.io.URLInputStream
-
Returns last modification time from this URLInputStream
.
- getLength() - Method in class com.devexperts.io.Chunk
-
- getLimit() - Method in class com.devexperts.io.ByteArrayInput
-
Returns limit.
- getLimit() - Method in class com.devexperts.io.ByteArrayOutput
-
Returns limit.
- getLineNumber() - Method in class com.devexperts.io.CSVReader
-
Returns current line number.
- getLineNumber() - Method in class com.devexperts.io.CSVWriter
-
Returns current line number.
- getLogging(Class<?>) - Static method in class com.devexperts.logging.Logging
-
- getLogging(String) - Static method in class com.devexperts.logging.Logging
-
- getLongKey() - Method in interface com.devexperts.util.LongMap.Entry
-
Returns the key corresponding to this entry.
- getLongProperty(String, long) - Static method in class com.devexperts.util.SystemProperties
-
Gets the long system property indicated by the specified key.
- getLongProperty(Class<?>, String, long) - Static method in class com.devexperts.util.SystemProperties
-
Gets the long system property indicated by the specified class and property name.
- getLongProperty(String, long, long, long) - Static method in class com.devexperts.util.SystemProperties
-
Gets the long system property indicated by the specified key
and shrinks it into specified range.
- getLongProperty(Class<?>, String, long, long, long) - Static method in class com.devexperts.util.SystemProperties
-
Gets the long system property indicated by the specified class and property name
and shrinks it into specified range.
- getMarshaller() - Method in class com.devexperts.io.Marshalled
-
Returns a strategy that defines how an object is represented in a byte array.
- getMBeanNameForClass(Class<?>) - Static method in class com.devexperts.management.Management
-
Convenient method to get an MBean name for a singleton class.
- getMillisFromTime(long) - Static method in class com.devexperts.util.TimeUtil
-
Returns correct number of milliseconds with proper handling negative values.
- getMimeType() - Method in class com.devexperts.io.StreamCompression
-
Return mime type of this compression format.
- getModCount() - Method in class com.devexperts.util.IndexedSetStats
-
- getMonthRangeByDayId(int, int) - Static method in class com.devexperts.util.DayRange
-
Returns day range aligned to a period of specified number of months which contains specified day identifier.
- getName() - Method in class com.devexperts.logging.Logging
-
Returns category name of this logging.
- getNanos() - Method in class com.devexperts.util.TimePeriod
-
Returns value in nanoseconds.
- getNumberKey(V) - Method in interface com.devexperts.util.IndexerFunction
-
Returns number key for specified value to be used for hashing and identification;
called when explicit number key is needed or when other methods delegate operations as specified.
- getNumberKey(V) - Method in interface com.devexperts.util.IndexerFunction.IntKey
-
Returns number key for specified value to be used for hashing and identification;
called when explicit number key is needed or when other methods delegate operations as specified.
- getNumberKey(V) - Method in interface com.devexperts.util.IndexerFunction.LongKey
-
Returns number key for specified value to be used for hashing and identification;
called when explicit number key is needed or when other methods delegate operations as specified.
- getNumberKey(V) - Method in class com.devexperts.util.NumberKeyIndexer
-
Deprecated.
Returns number key for specified value to be used for hashing and identification;
called when explicit number key is needed or when other methods delegate operations as specified.
- getObject() - Method in class com.devexperts.io.Marshalled
-
Returns object representation of this marshalled object.
- getObject(ClassLoader) - Method in class com.devexperts.io.Marshalled
-
- getObjectKey(Object) - Method in class com.devexperts.util.IndexerFunction.DefaultIdentityKey
-
- getObjectKey(Object) - Method in class com.devexperts.util.IndexerFunction.DefaultIndexerFunction
-
- getObjectKey(V) - Method in interface com.devexperts.util.IndexerFunction
-
Returns object key for specified value to be used for hashing and identification;
called when explicit object key is needed or when other methods delegate operations as specified.
- getObjectKey(V) - Method in interface com.devexperts.util.IndexerFunction.IntKey
-
Returns object key for specified value to be used for hashing and identification;
called when explicit object key is needed or when other methods delegate operations as specified.
- getObjectKey(V) - Method in interface com.devexperts.util.IndexerFunction.LongKey
-
Returns object key for specified value to be used for hashing and identification;
called when explicit object key is needed or when other methods delegate operations as specified.
- getObjectKey(V) - Method in class com.devexperts.util.NumberKeyIndexer
-
Deprecated.
Returns object key for specified value to be used for hashing and identification;
called when explicit object key is needed or when other methods delegate operations as specified.
- getOffset() - Method in class com.devexperts.io.Chunk
-
- getOptionStrings() - Method in class com.devexperts.logging.DetailedLogLayout
-
- getOrCreateExecutor() - Method in class com.devexperts.util.ExecutorProvider.Reference
-
- getOrDefault(Object, V) - Method in class com.devexperts.util.AbstractLongMap
-
- getOrDefault(long, V) - Method in class com.devexperts.util.LongHashMap
-
- getOrDefault(long, V) - Method in interface com.devexperts.util.LongMap
-
Returns the value to which this map maps the specified key.
- getOutput(Object) - Method in class com.devexperts.io.ChunkedOutput
-
Retrieves generated output chunks for specified owner.
- getPassword() - Method in class com.devexperts.auth.AuthToken
-
Returns the password or null
if it is not known or applicable.
- getPool() - Method in class com.devexperts.io.Chunk
-
Returns chunk pool that this chunk was allocated from or null
if none.
- getPool() - Method in class com.devexperts.io.ChunkList
-
Returns chunk pool that this chunk list was allocated from or null
if none.
- getPosition() - Method in class com.devexperts.io.ByteArrayInput
-
Returns position.
- getPosition() - Method in class com.devexperts.io.ByteArrayOutput
-
Returns position.
- getProperty(String, String) - Static method in class com.devexperts.util.SystemProperties
-
Gets the string system property indicated by the specified key.
- getProperty(Class<?>, String, String) - Static method in class com.devexperts.util.SystemProperties
-
Gets the string system property indicated by the specified class and property name.
- getRecordNumber() - Method in class com.devexperts.io.CSVReader
-
Returns current record number.
- getRecordNumber() - Method in class com.devexperts.io.CSVWriter
-
Returns current record number.
- getResource(String) - Method in class com.devexperts.services.OverrideURLClassLoader
-
- getResources(String) - Method in class com.devexperts.services.OverrideURLClassLoader
-
- getScale(long) - Static method in class com.devexperts.util.WideDecimal
-
- getScheme() - Method in class com.devexperts.auth.AuthToken
-
Returns the authentication scheme.
- getSeconds() - Method in class com.devexperts.util.TimePeriod
-
- getSecondsFromTime(long) - Static method in class com.devexperts.util.TimeUtil
-
Returns correct number of seconds with proper handling negative values and overflows.
- getShortString(long) - Method in class com.devexperts.util.StringCache
-
Returns string from the cache that matches specified character sequence.
- getSignificand(long) - Static method in class com.devexperts.util.WideDecimal
-
- getSize() - Method in class com.devexperts.util.IndexedSetStats
-
- getStartDayId() - Method in class com.devexperts.util.DayRange
-
- getStartYmd() - Method in class com.devexperts.util.DayRange
-
- getStats() - Method in class com.devexperts.util.IndexedSet
-
Returns static structure statistics of this set.
- getStats() - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Returns static structure statistics of this set.
- getTime() - Method in class com.devexperts.util.TimePeriod
-
Returns value in milliseconds.
- getTimeZone() - Method in class com.devexperts.util.TimeFormat
-
Returns timezone of this TimeFormat instance.
- getTimeZone(String) - Static method in class com.devexperts.util.TimeUtil
-
- getTimeZoneGmt() - Static method in class com.devexperts.util.TimeUtil
-
Returns GMT time-zone.
- getTotalLength() - Method in class com.devexperts.io.ChunkList
-
Returns the total number of bytes stored in chunks, i.e.
- getTypeClass(String, ClassLoader) - Static method in class com.devexperts.io.ClassUtil
-
Converts type name like "int[]" to class.
- getTypes() - Method in class com.devexperts.io.Marshaller.Typed
-
Returns a comma-separated list of type names of this typed marshaller.
- getUser() - Method in class com.devexperts.auth.AuthToken
-
Returns the username or null
if it is not known or applicable.
- getValue() - Method in class com.devexperts.auth.AuthToken
-
Returns the access token for RFC6750 or the Base64-encoded "username:password" for RFC2617.
- getWeekRangeByDayId(int, int) - Static method in class com.devexperts.util.DayRange
-
Returns day range aligned to a period of specified number of weeks which contains specified day identifier.
- getWhitelist() - Method in class com.devexperts.io.SerialClassContext
-
- getYearMonthDayByDayId(int) - Static method in class com.devexperts.util.DayUtil
-
Returns yyyymmdd integer in Gregorian calendar for a specified day identifier.
- getYearRangeByDayId(int, int) - Static method in class com.devexperts.util.DayRange
-
Returns day range aligned to a period of specified number of years which contains specified day identifier.
- GMT - Static variable in class com.devexperts.util.TimeFormat
-
- grow(T[], int) - Static method in class com.devexperts.util.ArrayUtil
-
Allocates new array with at least double the size of an existing one,
preserving all data from an existing array.
- grow(boolean[], int) - Static method in class com.devexperts.util.ArrayUtil
-
Allocates new array with at least double the size of an existing one,
preserving all data from an existing array.
- grow(byte[], int) - Static method in class com.devexperts.util.ArrayUtil
-
Allocates new array with at least double the size of an existing one,
preserving all data from an existing array.
- grow(char[], int) - Static method in class com.devexperts.util.ArrayUtil
-
Allocates new array with at least double the size of an existing one,
preserving all data from an existing array.
- grow(int[], int) - Static method in class com.devexperts.util.ArrayUtil
-
Allocates new array with at least double the size of an existing one,
preserving all data from an existing array.
- grow(long[], int) - Static method in class com.devexperts.util.ArrayUtil
-
Allocates new array with at least double the size of an existing one,
preserving all data from an existing array.
- GZIP - Static variable in class com.devexperts.io.StreamCompression
-
Gzip compression format.
- handOver(Object, Object) - Method in class com.devexperts.io.Chunk
-
Hands over the chunk to another owner.
- handOver(Object, Object) - Method in class com.devexperts.io.ChunkList
-
Hands over the chunk list to another owner.
- hasAvailable() - Method in class com.devexperts.io.BufferedInput
-
Checks if more bytes can be read from this input.
- hasAvailable(int) - Method in class com.devexperts.io.BufferedInput
-
Checks if the specified number of bytes can be read from this input.
- hasAvailable() - Method in class com.devexperts.io.BufferedInputPart
-
Checks if more bytes can be read from this input.
- hasAvailable(int) - Method in class com.devexperts.io.BufferedInputPart
-
Checks if the specified number of bytes can be read from this input.
- hasAvailable() - Method in class com.devexperts.io.ChunkedInput
-
Checks if more bytes can be read from this input.
- hasAvailable(int) - Method in class com.devexperts.io.ChunkedInput
-
Checks if the specified number of bytes can be read from this input.
- hasAvailable() - Method in class com.devexperts.io.StreamInput
-
Checks if more bytes can be read from this input.
- hasAvailable(int) - Method in class com.devexperts.io.StreamInput
-
Checks if the specified number of bytes can be read from this input.
- hasExisted() - Method in class com.devexperts.management.Management.Registration
-
Returns true if the object already exists.
- hasFailed() - Method in class com.devexperts.management.Management.Registration
-
Returns true if registration failed.
- hashCode() - Method in class com.devexperts.auth.AuthToken
-
- hashCode() - Method in class com.devexperts.io.Marshalled
-
Returns a hash code value for the object that is composed of the hashcode of its
marshaller
and
bytes
.
- hashCode() - Method in class com.devexperts.io.Marshaller
-
Returns a hash code value for the object.
- hashCode() - Method in class com.devexperts.io.Marshaller.Typed
-
Returns a hash code value for the object that is consistent with
equals
.
- hashCode() - Method in class com.devexperts.io.SerialClassContext
-
- hashCode() - Method in class com.devexperts.io.StreamCompression
-
Returns a hash code value for the object.
- hashCode() - Method in class com.devexperts.util.AbstractConcurrentSet
-
Returns the hash code value for this set.
- hashCode() - Method in class com.devexperts.util.DayRange
-
- hashCode() - Method in class com.devexperts.util.IndexedMap
-
Returns the hash code value for this map.
- hashCode() - Method in class com.devexperts.util.TimePeriod
-
- hashCode() - Method in class com.devexperts.util.WideDecimal
-
- hashCodeByKey(K) - Method in interface com.devexperts.util.IndexerFunction
-
Returns hash code for specified object key; called when performing operations using object keys.
- hashCodeByKey(long) - Method in interface com.devexperts.util.IndexerFunction
-
Returns hash code for specified number key; called when performing operations using long keys.
- hashCodeByKey(K) - Method in interface com.devexperts.util.IndexerFunction.IdentityKey
-
Returns hash code for specified object key; called when performing operations using object keys.
- hashCodeByKey(Integer) - Method in interface com.devexperts.util.IndexerFunction.IntKey
-
Returns hash code for specified object key; called when performing operations using object keys.
- hashCodeByKey(Long) - Method in interface com.devexperts.util.IndexerFunction.LongKey
-
Returns hash code for specified object key; called when performing operations using object keys.
- hashCodeByKey(Long) - Method in class com.devexperts.util.NumberKeyIndexer
-
Deprecated.
Returns hash code for specified object key; called when performing operations using object keys.
- hashCodeByValue(V) - Method in interface com.devexperts.util.IndexerFunction
-
Returns hash code for specified value; called when performing value-based operations, including rehash.
- hashCodeByValue(V) - Method in interface com.devexperts.util.IndexerFunction.IntKey
-
Returns hash code for specified value; called when performing value-based operations, including rehash.
- hashCodeByValue(V) - Method in interface com.devexperts.util.IndexerFunction.LongKey
-
Returns hash code for specified value; called when performing value-based operations, including rehash.
- hashCodeByValue(V) - Method in class com.devexperts.util.NumberKeyIndexer
-
Deprecated.
Returns hash code for specified value; called when performing value-based operations, including rehash.
- hasSyncFlush() - Method in class com.devexperts.io.StreamCompression
-
Returns true if this compression format can be used for live data streams.
- head - Variable in class com.devexperts.io.ChunkList
-
- hideCredentials(Object) - Static method in class com.devexperts.util.LogUtil
-
Hides credentials by replacing them with asterisks.
- HOUR - Static variable in class com.devexperts.util.TimeUtil
-
Number of milliseconds in an hour.
- IdentityIndexer<K,V> - Class in com.devexperts.util
-
- IdentityIndexer() - Constructor for class com.devexperts.util.IdentityIndexer
-
Deprecated.
Sole constructor; for invocation by subclass constructors, typically implicit.
- ignoresThrowable() - Method in class com.devexperts.logging.DetailedLogLayout
-
- in - Variable in class com.devexperts.io.StreamInput
-
- IndexedMap<K,V> - Class in com.devexperts.util
-
- IndexedMap() - Constructor for class com.devexperts.util.IndexedMap
-
- IndexedMap(int) - Constructor for class com.devexperts.util.IndexedMap
-
- IndexedMap(IndexerFunction<K, ? super V>) - Constructor for class com.devexperts.util.IndexedMap
-
Creates new empty map with specified indexer.
- IndexedMap(Indexer<K, ? super V>) - Constructor for class com.devexperts.util.IndexedMap
-
- IndexedMap(IndexerFunction<K, ? super V>, int) - Constructor for class com.devexperts.util.IndexedMap
-
Creates new empty map with specified indexer and specified initial capacity.
- IndexedMap(Indexer<K, ? super V>, int) - Constructor for class com.devexperts.util.IndexedMap
-
- IndexedMap(Collection<V>) - Constructor for class com.devexperts.util.IndexedMap
-
Creates a new map containing the elements in the specified collection.
- IndexedMap(IndexerFunction<K, ? super V>, Collection<? extends V>) - Constructor for class com.devexperts.util.IndexedMap
-
Creates a new map with specified indexer containing the elements in the specified collection.
- IndexedMap(Indexer<K, ? super V>, Collection<? extends V>) - Constructor for class com.devexperts.util.IndexedMap
-
- IndexedMap(Map<K, V>) - Constructor for class com.devexperts.util.IndexedMap
-
Creates a new map containing the elements in the specified map.
- IndexedMap(IndexerFunction<K, ? super V>, Map<? extends K, ? extends V>) - Constructor for class com.devexperts.util.IndexedMap
-
Creates a new map with specified indexer containing the elements in the specified map.
- IndexedMap(Indexer<K, ? super V>, Map<? extends K, ? extends V>) - Constructor for class com.devexperts.util.IndexedMap
-
- IndexedMap(IndexedSet<K, V>, boolean) - Constructor for class com.devexperts.util.IndexedMap
-
Creates a new map which wraps specified indexed set and provides a
Map
view for it.
- IndexedSet<K,V> - Class in com.devexperts.util
-
A collection that contains no duplicate elements according to specified identification strategy.
- IndexedSet() - Constructor for class com.devexperts.util.IndexedSet
-
- IndexedSet(int) - Constructor for class com.devexperts.util.IndexedSet
-
- IndexedSet(IndexerFunction<K, ? super V>) - Constructor for class com.devexperts.util.IndexedSet
-
Creates new empty set with specified indexer.
- IndexedSet(Indexer<K, ? super V>) - Constructor for class com.devexperts.util.IndexedSet
-
- IndexedSet(IndexerFunction<K, ? super V>, int) - Constructor for class com.devexperts.util.IndexedSet
-
Creates new empty set with specified indexer and specified initial capacity.
- IndexedSet(Indexer<K, ? super V>, int) - Constructor for class com.devexperts.util.IndexedSet
-
- IndexedSet(Collection<V>) - Constructor for class com.devexperts.util.IndexedSet
-
Creates a new set containing the elements in the specified collection.
- IndexedSet(IndexerFunction<K, ? super V>, Collection<? extends V>) - Constructor for class com.devexperts.util.IndexedSet
-
Creates a new set with specified indexer containing the elements in the specified collection.
- IndexedSet(Indexer<K, ? super V>, Collection<? extends V>) - Constructor for class com.devexperts.util.IndexedSet
-
- IndexedSetStats - Class in com.devexperts.util
-
Provides access to statistics of the
IndexedSet
static structure.
- Indexer<K,V> - Class in com.devexperts.util
-
- Indexer() - Constructor for class com.devexperts.util.Indexer
-
Deprecated.
- IndexerFunction<K,V> - Interface in com.devexperts.util
-
- IndexerFunction.DefaultIdentityKey - Class in com.devexperts.util
-
Default identity strategy that treats values as their own keys (key == value).
- IndexerFunction.DefaultIndexerFunction - Class in com.devexperts.util
-
Default strategy that treats values as their own keys (key == value).
- IndexerFunction.IdentityKey<K,V> - Interface in com.devexperts.util
-
A specialized
IndexerFunction
that distinguishes and identifies elements using identity comparison of object keys.
- IndexerFunction.IntKey<V> - Interface in com.devexperts.util
-
An
IndexerFunction
that distinguishes and identifies elements using
int keys.
- IndexerFunction.LongKey<V> - Interface in com.devexperts.util
-
An
IndexerFunction
that distinguishes and identifies elements using
long keys.
- inflate(byte[]) - Static method in class com.devexperts.io.IOUtil
-
Decompresses an array of bytes using Inflate algorithm (reverse of Deflate algorithm).
- info(String) - Method in class com.devexperts.logging.Logging
-
- info(String, Throwable) - Method in class com.devexperts.logging.Logging
-
- IntComparator - Interface in com.devexperts.util
-
A comparison function, which imposes a total ordering on some collection of ints.
- Internal - Annotation Type in com.devexperts.annotation
-
Signifies that a formally public API element (public class, method or field) is made visible for external code due
to some technical reasons and is not intended to be used by the external code (e.g., for testing).
- intValue() - Method in class com.devexperts.util.WideDecimal
-
- InvalidFormatException - Exception in com.devexperts.util
-
Thrown to indicate that there were syntax error found while parsing some argument from a string.
- InvalidFormatException(String) - Constructor for exception com.devexperts.util.InvalidFormatException
-
- InvalidFormatException(String, Throwable) - Constructor for exception com.devexperts.util.InvalidFormatException
-
- IOUtil - Class in com.devexperts.io
-
Utility class that provides algorithms for data serialization and deserialization.
- isCompressionEnabled() - Static method in class com.devexperts.io.IOUtil
-
Returns value of compression strategy.
- isDefined(long) - Static method in class com.devexperts.util.WideDecimal
-
- isEmpty() - Method in class com.devexperts.io.ChunkList
-
Checks whether this chunk list is empty, i.e.
- isEmpty() - Method in class com.devexperts.util.AbstractConcurrentSet
-
Tests if this set has no elements.
- isEmpty() - Method in class com.devexperts.util.IndexedMap
-
Tests if this map has no elements.
- isEmpty() - Method in class com.devexperts.util.LongHashMap
-
- isEmpty() - Method in class com.devexperts.util.LongHashSet
-
- isFinite(long) - Static method in class com.devexperts.util.WideDecimal
-
- isInfinite(long) - Static method in class com.devexperts.util.WideDecimal
-
- isInfinite() - Method in class com.devexperts.util.WideDecimal
-
- isModifiedSince() - Method in class com.devexperts.io.URLInputStream
-
Determines whether content of this URLInputStream
was modified according to If-Modified-Since
request parameter specified at creation.
- isNaN(long) - Static method in class com.devexperts.util.WideDecimal
-
- isNaN() - Method in class com.devexperts.util.WideDecimal
-
- isReadOnly() - Method in class com.devexperts.io.Chunk
-
Checks whether the chunk is read-only.
- isReadOnly() - Method in class com.devexperts.io.ChunkList
-
Checks whether the chunk list is read-only.
- isRecordEnded() - Method in class com.devexperts.io.CSVReader
-
Returns true if record has ended.
- iterator() - Method in class com.devexperts.io.ChunkList
-
- iterator() - Method in class com.devexperts.util.AbstractLongSet
-
- iterator() - Method in class com.devexperts.util.IndexedSet
-
Returns an iterator over the elements in this set.
- parallelLongStream() - Method in interface com.devexperts.util.LongCollection
-
- parse(String) - Method in class com.devexperts.util.TimeFormat
-
Reads Date from String.
- parse(String) - Static method in class com.devexperts.util.TimePeriod
-
- parseBooleanValue(String) - Static method in class com.devexperts.util.SystemProperties
-
Utility method that parses boolean value from a string.
- parseDouble(CharSequence) - Static method in class com.devexperts.util.MathUtil
-
Fast implementation of double parser.
- parseDouble(CharSequence, int, int) - Static method in class com.devexperts.util.MathUtil
-
Fast implementation of double parser.
- parseLocalTime(String) - Static method in class com.devexperts.util.TimeUtil
-
- parseToScale(String, int) - Static method in class com.devexperts.util.WideDecimal
-
- parseWide(String) - Static method in class com.devexperts.util.WideDecimal
-
- poll(Object) - Method in class com.devexperts.io.ChunkList
-
Retrieves a chunk from the beginning of the list, hands it over to the
owner of this chunk list and returns it.
- poll() - Method in class com.devexperts.util.LockFreePool
-
Retrieves and removes the element from this pool, or null if this pool is empty.
- poll() - Method in class com.devexperts.util.ThreadLocalPool
-
Retrieves and removes the element from this pool, or null if this pool is empty.
- pollLast(Object) - Method in class com.devexperts.io.ChunkList
-
Retrieves a chunk from the end of the list, hands it over to the
owner of this chunk list and returns it.
- poolReference - Variable in class com.devexperts.io.Chunk
-
- poolReference - Variable in class com.devexperts.io.ChunkList
-
- position - Variable in class com.devexperts.io.BufferedInput
-
- position - Variable in class com.devexperts.io.BufferedOutput
-
- POSITIVE_INFINITY - Static variable in class com.devexperts.util.WideDecimal
-
- POSITIVE_INFINITY_STRING - Static variable in class com.devexperts.util.WideDecimal
-
- printArray(Object[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printArray(boolean[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printArray(byte[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printArray(short[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printArray(int[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printArray(char[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printArray(long[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printArray(float[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printArray(double[]) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
array.
- printCollection(Collection<?>) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
collection.
- printMap(Map<?, ?>) - Static method in class com.devexperts.util.LogUtil
-
Returns a compact string representation of the "deep contents" of the specified
Map.
- put(long, V) - Method in class com.devexperts.util.AbstractLongMap
-
- put(Long, V) - Method in class com.devexperts.util.AbstractLongMap
-
- put(V) - Method in class com.devexperts.util.IndexedMap
-
Puts specified element into this map and returns previous element that matches specified one.
- put(K, V) - Method in class com.devexperts.util.IndexedMap
-
Puts specified element into this map and returns previous element that matches specified one.
- put(V) - Method in class com.devexperts.util.IndexedSet
-
Puts specified element into this set and returns previous element that matches specified one.
- put(long, V) - Method in class com.devexperts.util.LongHashMap
-
- put(long, V) - Method in interface com.devexperts.util.LongMap
-
Associates the specified value with the specified key in this map.
- put(V) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Puts specified element into this set and returns previous element that matches specified one.
- putAll(Collection<? extends V>) - Method in class com.devexperts.util.IndexedMap
-
Puts all of the elements in the specified collection into this map.
- putAll(Map<? extends K, ? extends V>) - Method in class com.devexperts.util.IndexedMap
-
Puts all of the elements in the specified map into this map.
- putAll(Map<? extends Long, ? extends V>) - Method in class com.devexperts.util.LongHashMap
-
- putIfAbsent(Long, V) - Method in class com.devexperts.util.AbstractLongMap
-
- putIfAbsent(long, V) - Method in interface com.devexperts.util.LongMap
-
If the specified key is not already associated with a value (or is mapped
to null
) associates it with the given value and returns
null
, else returns the current value.
- putIfAbsentAndGet(V) - Method in class com.devexperts.util.IndexedSet
-
Puts specified element into this set if it is absent and
returns current element in the set that matches specified one.
- putIfAbsentAndGet(V) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Puts specified element into this set if it is absent and
returns current element in the set that matches specified one.
- read() - Method in class com.devexperts.io.BufferedInput
- read(byte[]) - Method in class com.devexperts.io.BufferedInput
- read(byte[], int, int) - Method in class com.devexperts.io.BufferedInput
- read(byte[], int, int) - Method in class com.devexperts.io.BufferedInputPart
- read(byte[], int, int) - Method in class com.devexperts.io.ChunkedInput
- read(byte[], int, int) - Method in class com.devexperts.io.StreamInput
- readAll() - Method in class com.devexperts.io.CSVReader
-
Reads and returns all records or empty list if stream has ended.
- readAllBytes() - Method in class com.devexperts.io.URLInputStream
-
Reads remaining content from this URLInputStream
and returns it as a byte array.
- readBoolean() - Method in class com.devexperts.io.BufferedInput
- readByte() - Method in class com.devexperts.io.BufferedInput
- readByteArray() - Method in class com.devexperts.io.BufferedInput
-
Reads an array of bytes in a compact encapsulation format.
- readByteArray(DataInput) - Static method in class com.devexperts.io.IOUtil
-
Reads an array of bytes from the data input in a compact encapsulation format.
- readBytes(String) - Static method in class com.devexperts.io.URLInputStream
-
Reads content for specified URL and returns it as a byte array.
- readBytes(URL, String, String) - Static method in class com.devexperts.io.URLInputStream
-
Reads content for specified URL with specified credentials and returns it as a byte array.
- readBytes(URL, AuthToken) - Static method in class com.devexperts.io.URLInputStream
-
Reads content for specified URL with specified credentials and returns it as a byte array.
- readChar() - Method in class com.devexperts.io.BufferedInput
- readCharArray(DataInput) - Static method in class com.devexperts.io.IOUtil
-
Reads an array of characters from the data input in a CESU-8 format with compact encapsulation.
- readCharArrayString(DataInput) - Static method in class com.devexperts.io.IOUtil
-
Deprecated.
- readCompactInt() - Method in class com.devexperts.io.BufferedInput
-
Reads an
int
value in a compact format (see
IOUtil
).
- readCompactInt(DataInput) - Static method in class com.devexperts.io.IOUtil
-
Reads an int
value from the data input in a compact format.
- readCompactLong() - Method in class com.devexperts.io.BufferedInput
-
Reads a
long
value in a compact format (see
IOUtil
).
- readCompactLong(DataInput) - Static method in class com.devexperts.io.IOUtil
-
Reads a long
value from the data input in a compact format.
- readData() - Method in class com.devexperts.io.BufferedInput
-
This method is invoked when input methods need more bytes to read data.
- readData() - Method in class com.devexperts.io.BufferedInputPart
-
This method is invoked when input methods need more bytes to read data.
- readData(int) - Method in class com.devexperts.io.ByteArrayInput
-
- readData() - Method in class com.devexperts.io.ByteArrayInput
-
This method is invoked when input methods need more bytes to read data.
- readData() - Method in class com.devexperts.io.ChunkedInput
-
- readData() - Method in class com.devexperts.io.StreamInput
-
This method is invoked when input methods need more bytes to read data.
- readDouble() - Method in class com.devexperts.io.BufferedInput
- readField() - Method in class com.devexperts.io.CSVReader
-
Reads and returns a single field of the current record or null if record has ended.
- readField(String) - Method in class com.devexperts.io.CSVReader
-
Reads and returns a single field of the current record or null if record has ended.
- readFloat() - Method in class com.devexperts.io.BufferedInput
- readFully(byte[]) - Method in class com.devexperts.io.BufferedInput
- readFully(byte[], int, int) - Method in class com.devexperts.io.BufferedInput
- readInt() - Method in class com.devexperts.io.BufferedInput
- readLine() - Method in class com.devexperts.io.BufferedInput
- readLong() - Method in class com.devexperts.io.BufferedInput
- readMarshalled(Marshaller<T>) - Method in class com.devexperts.io.BufferedInput
-
Reads
Marshalled
object from a byte stream with a specified marshaller.
- readMarshalled(Marshaller<T>, SerialClassContext) - Method in class com.devexperts.io.BufferedInput
-
Reads
Marshalled
object from a byte stream with a specified marshaller.
- readMarshalledLength(BufferedInput) - Method in class com.devexperts.io.Marshaller
-
Reads the length of an object in serialized form from the input according to this marshalling strategy.
- readObject() - Method in class com.devexperts.io.BufferedInput
-
Read and return an object.
- readObject(ClassLoader) - Method in class com.devexperts.io.BufferedInput
-
Read and return an object with a specified class loader.
- readObject(SerialClassContext) - Method in class com.devexperts.io.BufferedInput
-
Read and return an object with a specified serial class context.
- readObject(DataInput) - Static method in class com.devexperts.io.IOUtil
-
Reads an object from the data input as a Java-serialized byte array with compact encapsulation.
- readObject(DataInput, ClassLoader) - Static method in class com.devexperts.io.IOUtil
-
Reads an object from the data input as a Java-serialized byte array with compact encapsulation.
- readObject(DataInput, SerialClassContext) - Static method in class com.devexperts.io.IOUtil
-
Reads an object from the data input as a Java-serialized byte array with compact encapsulation
in a given
SerialClassContext
.
- readObjectFrom(BufferedInput, int, SerialClassContext) - Method in class com.devexperts.io.Marshaller
-
Reads object representation according to this marshalling strategy from the specified input.
- readRecord() - Method in class com.devexperts.io.CSVReader
-
Reads and returns a remaining fields of the current record or null if stream has ended.
- readRecord(List<String>) - Method in class com.devexperts.io.CSVReader
-
Reads and returns the number of remaining fields of the current record or -1 if stream has ended.
- readShort() - Method in class com.devexperts.io.BufferedInput
- readToByteBuffer(ByteBuffer) - Method in class com.devexperts.io.BufferedInput
-
Reads data from this buffered input into specified byte buffer.
- readToDataOutput(DataOutput, long) - Method in class com.devexperts.io.BufferedInput
-
Reads data from this buffered input into specified data output.
- readToOutputStream(OutputStream, long) - Method in class com.devexperts.io.BufferedInput
-
Reads data from this buffered input into specified output stream.
- readUnsignedByte() - Method in class com.devexperts.io.BufferedInput
- readUnsignedShort() - Method in class com.devexperts.io.BufferedInput
- readURL(String) - Static method in class com.devexperts.io.URLInputStream
-
- readUTF() - Method in class com.devexperts.io.BufferedInput
- readUTFBody(long, char[], int) - Method in class com.devexperts.io.BufferedInput
-
Reads Unicode body in a UTF-8 format.
- readUTFBody(DataInput, long, char[], int) - Static method in class com.devexperts.io.IOUtil
-
Reads Unicode body from the data input in a UTF-8 format.
- readUTFChar() - Method in class com.devexperts.io.BufferedInput
-
Reads Unicode code point in a UTF-8 format.
- readUTFChar(DataInput) - Static method in class com.devexperts.io.IOUtil
-
Reads Unicode code point from the data input in a UTF-8 format.
- readUTFString() - Method in class com.devexperts.io.BufferedInput
-
Reads Unicode string in a UTF-8 format with compact encapsulation (see
IOUtil
).
- readUTFString(DataInput) - Static method in class com.devexperts.io.IOUtil
-
Reads Unicode string from the data input in a UTF-8 format with compact encapsulation.
- recycle(Object) - Method in class com.devexperts.io.Chunk
-
Returns the chunk into the pool (or invalidates it if it does not correspond to any pool).
- recycle(Object) - Method in class com.devexperts.io.ChunkList
-
Returns this chunk list as well as all the chunks it contains into the pool.
- recycleChunk(Chunk, Object) - Method in class com.devexperts.io.ChunkPool
-
Returns the specified
Chunk
into the pool.
- recycleChunkList(ChunkList, Object) - Method in class com.devexperts.io.ChunkPool
-
Returns the specified
ChunkList
into the pool.
- registerMBean(Object, Class<?>, String) - Static method in class com.devexperts.management.Management
-
Convenient method to register JMX MBean with a specified management interface.
- rem(int, int) - Static method in class com.devexperts.util.MathUtil
-
Returns remainder according to number theory - i.e.
- rem(long, long) - Static method in class com.devexperts.util.MathUtil
-
Returns remainder according to number theory - i.e.
- remove(long) - Method in class com.devexperts.util.AbstractLongMap
-
- remove(Object) - Method in class com.devexperts.util.AbstractLongMap
-
- remove(Object, Object) - Method in class com.devexperts.util.AbstractLongMap
-
- remove(long) - Method in class com.devexperts.util.AbstractLongSet
-
- remove(Object) - Method in class com.devexperts.util.AbstractLongSet
-
- remove(Object) - Method in class com.devexperts.util.IndexedMap
-
- remove(Object) - Method in class com.devexperts.util.IndexedSet
-
Removes specified element from this set if it is present and returns
true if this operation has decreased the size of this set.
- remove(long) - Method in interface com.devexperts.util.LongCollection
-
Removes a single instance of the specified element from this
collection, if it is present.
- remove(long) - Method in class com.devexperts.util.LongHashMap
-
- remove(long, Object) - Method in class com.devexperts.util.LongHashMap
-
- remove(long) - Method in class com.devexperts.util.LongHashSet
-
- remove(long) - Method in interface com.devexperts.util.LongMap
-
Removes the mapping for this key from this map if present.
- remove(long, Object) - Method in interface com.devexperts.util.LongMap
-
Removes the entry for the specified key only if it is currently
mapped to the specified value.
- removeAll(Collection<?>) - Method in class com.devexperts.util.AbstractConcurrentSet
-
Removes all of the elements in the specified collection from this set and
returns true if this operation has decreased the size of this set.
- removeAll(Collection<?>) - Method in class com.devexperts.util.AbstractLongSet
-
Removes from this set all of its elements that are contained in
the specified collection.
- removeAll(Collection<?>) - Method in class com.devexperts.util.IndexedSet
-
Removes all of the elements in the specified collection from this set and
returns true if this operation has decreased the size of this set.
- removeAll(Collection<?>) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
- removeIf(Predicate<? super V>) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
- removeKey(K) - Method in class com.devexperts.util.IndexedMap
-
Removes the element from this map which matches specified key if it is present
and returns removed element or null if none were found.
- removeKey(long) - Method in class com.devexperts.util.IndexedMap
-
Removes the element from this map which matches specified key if it is present
and returns removed element or null if none were found.
- removeKey(K) - Method in class com.devexperts.util.IndexedSet
-
Removes the element from this set which matches specified key if it is present
and returns removed element or null if none were found.
- removeKey(int) - Method in class com.devexperts.util.IndexedSet
-
Removes the element from this set which matches specified key if it is present
and returns removed element or null if none were found.
- removeKey(long) - Method in class com.devexperts.util.IndexedSet
-
Removes the element from this set which matches specified key if it is present
and returns removed element or null if none were found.
- removeKey(K) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Removes the element from this set which matches specified key if it is present
and returns removed element or null if none were found.
- removeKey(long) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Removes the element from this set which matches specified key if it is present
and returns removed element or null if none were found.
- removeValue(V) - Method in class com.devexperts.util.IndexedMap
-
Removes the element from this map which matches specified value if it is present
and returns removed element or null if none were found.
- removeValue(V) - Method in class com.devexperts.util.IndexedSet
-
Removes the element from this set which matches specified value if it is present
and returns removed element or null if none were found.
- removeValue(V) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Removes the element from this set which matches specified value if it is present
and returns removed element or null if none were found.
- replace(Long, V, V) - Method in class com.devexperts.util.AbstractLongMap
-
- replace(Long, V) - Method in class com.devexperts.util.AbstractLongMap
-
- replace(long, V, V) - Method in interface com.devexperts.util.LongMap
-
Replaces the entry for the specified key only if currently
mapped to the specified value.
- replace(long, V) - Method in interface com.devexperts.util.LongMap
-
Replaces the entry for the specified key only if it is
currently mapped to some value.
- representsNullObjectAsNullBytes() - Method in class com.devexperts.io.Marshaller
-
Returns true
if this marshaller represents null
object with null
byte array.
- reset() - Method in class com.devexperts.io.BufferedInput
-
Repositions this buffered input to the position at the time the
mark
method was last called on this input.
- resetInput() - Method in class com.devexperts.io.BufferedInputPart
-
Unbinds this BufferedInputPart
object from the underlying input.
- resetInput() - Method in class com.devexperts.io.StreamInput
-
Resets this stream input by releasing source input stream and resetting position.
- resetOutput() - Method in class com.devexperts.io.StreamOutput
-
Resets this stream output by releasing underlying output stream
and clears any data that was not flushed to the previous output.
- resolveURL(String) - Static method in class com.devexperts.io.URLInputStream
-
Resolves specified URL in the context of the current user directory.
- restart() - Static method in class com.devexperts.logging.TraceLogging
-
Restarts trace logging from scratch (old log entries are cleared).
- retainAll(Collection<?>) - Method in class com.devexperts.util.AbstractConcurrentSet
-
Retains only the elements in this set that are contained in the specified collection.
- retainAll(Collection<?>) - Method in class com.devexperts.util.AbstractLongSet
-
Retains only the elements in this set that are contained in the
specified collection.
- retainAll(Collection<?>) - Method in class com.devexperts.util.IndexedSet
-
Retains only the elements in this set that are contained in the specified collection.
- retainAll(Collection<?>) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
- reversed() - Method in interface com.devexperts.util.IntComparator
-
Returns a comparator that imposes the reverse ordering of this comparator.
- reversed() - Method in interface com.devexperts.util.LongComparator
-
Returns a comparator that imposes the reverse ordering of this comparator.
- rewind(long) - Method in class com.devexperts.io.BufferedInput
-
Rewinds specified number of bytes.
- rewind(long) - Method in class com.devexperts.io.BufferedInputPart
-
Rewinds specified number of bytes.
- rewind(long) - Method in class com.devexperts.io.ByteArrayInput
-
- rewind(long) - Method in class com.devexperts.io.ChunkedInput
-
Rewinds specified number of bytes.
- rewind(long) - Method in class com.devexperts.io.StreamInput
-
Rewinds specified number of bytes.
- round(long) - Static method in class com.devexperts.util.WideDecimal
-
- round(long, int) - Static method in class com.devexperts.util.WideDecimal
-
- roundDecimal(double) - Static method in class com.devexperts.util.MathUtil
-
Rounds a specified double number to a decimal number with at most
14 significant digits and at most 14 digits after decimal point.
- roundDecimal(double, int, RoundingMode) - Static method in class com.devexperts.util.MathUtil
-
Returns a double value scaled according to the
RoundingMode and scale value.
- roundPrecision(double, int, RoundingMode) - Static method in class com.devexperts.util.MathUtil
-
Returns a double value rounded according to the
RoundingMode and round precision.
- SECOND - Static variable in class com.devexperts.util.TimeUtil
-
Number of milliseconds in a second.
- seek(long) - Method in class com.devexperts.io.BufferedInput
-
Repositions this buffered input to specified total position.
- selectDefined(long, long) - Static method in class com.devexperts.util.WideDecimal
-
- SerialClassContext - Class in com.devexperts.io
-
Defines context of deserialization operation.
- SERIALIZATION - Static variable in class com.devexperts.io.Marshaller
-
Converts object to/from bytes using Java Object Serialization.
- serialization(Class<T>) - Static method in class com.devexperts.io.Marshaller
-
Returns marshaller that converts object to/from bytes using Java Object Serialization.
- serialization() - Static method in class com.devexperts.io.Marshaller
-
Returns marshaller that converts object to/from bytes using Java Object Serialization.
- Service - Annotation Type in com.devexperts.services
-
Marks an interface or abstract class that is an extension point via services annotation framework.
- ServiceProvider - Annotation Type in com.devexperts.services
-
Marks class that provides a certain
Service
via services provider framework.
- Services - Class in com.devexperts.services
-
Utility class that contains service-loading functionality.
- Services() - Constructor for class com.devexperts.services.Services
-
Deprecated.
- set(TypedKey<T>, T) - Method in class com.devexperts.util.TypedMap
-
Changes the specified value with the specified key in this map.
- setBuffer(byte[]) - Method in class com.devexperts.io.ByteArrayInput
-
Sets specified byte array to be used for buffering.
- setBuffer(byte[]) - Method in class com.devexperts.io.ByteArrayOutput
-
Sets specified byte array to be used for buffering.
- setChunkRange(int, int, int, Object) - Method in class com.devexperts.io.ChunkList
-
Sets range for specified chunk.
- setCompressionEnabled(boolean) - Static method in class com.devexperts.io.IOUtil
-
Sets new value for compression strategy.
- setDefaultTimeZone(TimeZone) - Static method in class com.devexperts.util.TimeFormat
-
- setExecutor(Executor) - Method in class com.devexperts.util.ExecutorProvider.Reference
-
- setInput(BufferedInput, long) - Method in class com.devexperts.io.BufferedInputPart
-
Binds this BufferedInputPart
object to the part of the specified input with
a limit by the particular length.
- setInput(byte[], int, int) - Method in class com.devexperts.io.ByteArrayInput
-
Sets specified buffer and range as an input.
- setInput(InputStream) - Method in class com.devexperts.io.StreamInput
-
Sets new source input stream.
- setLength(int, Object) - Method in class com.devexperts.io.Chunk
-
- setLimit(int) - Method in class com.devexperts.io.ByteArrayInput
-
Sets limit as specified.
- setLimit(int) - Method in class com.devexperts.io.ByteArrayOutput
-
Sets limit as specified.
- setOption(String, String) - Method in class com.devexperts.logging.DetailedLogLayout
-
- setOutput(OutputStream) - Method in class com.devexperts.io.StreamOutput
-
Sets new destination output stream.
- setPosition(int) - Method in class com.devexperts.io.ByteArrayInput
-
Sets position as specified.
- setPosition(int) - Method in class com.devexperts.io.ByteArrayOutput
-
Sets position as specified.
- setRange(int, int, Object) - Method in class com.devexperts.io.Chunk
-
- setTotalPosition(long) - Method in class com.devexperts.io.ByteArrayInput
-
Sets total position as specified.
- shortValue() - Method in class com.devexperts.util.WideDecimal
-
- signum(long) - Static method in class com.devexperts.util.WideDecimal
-
- size() - Method in class com.devexperts.io.ChunkList
-
Returns the number of chunks in this list.
- size() - Method in class com.devexperts.util.AbstractLongMap
-
- size() - Method in class com.devexperts.util.AbstractLongSet
-
- size() - Method in class com.devexperts.util.IndexedMap
-
Returns the number of elements in this map.
- size() - Method in class com.devexperts.util.IndexedSet
-
Returns the number of elements in this set.
- size() - Method in class com.devexperts.util.LockFreePool
-
Returns the number of elements in this pool.
- size() - Method in class com.devexperts.util.LongHashMap
-
- size() - Method in class com.devexperts.util.LongHashSet
-
- size() - Method in class com.devexperts.util.ThreadLocalPool
-
Returns the number of elements in this pool that are available to the current thread.
- skip(long) - Method in class com.devexperts.io.BufferedInput
- skip(long) - Method in class com.devexperts.io.BufferedInputPart
- skip(long) - Method in class com.devexperts.io.StreamInput
- skipBytes(int) - Method in class com.devexperts.io.BufferedInput
- sort(List<T>) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified list into ascending order according
to the
natural ordering of its elements.
- sort(List<T>, int, int) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified range of the specified list into ascending order according to the natural ordering of its elements.
- sort(List<T>, Comparator<? super T>) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified list according to the order induced by the specified comparator.
- sort(List<T>, int, int, Comparator<? super T>) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified range of the specified list according to the order induced by the specified comparator.
- sort(Object[]) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified array of objects into ascending order according
to the
natural ordering of its elements.
- sort(Object[], int, int) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified range of the specified array of objects into ascending order
according to the
natural ordering of its elements.
- sort(T[], Comparator<? super T>) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified array of objects according to the order induced by the specified comparator.
- sort(T[], int, int, Comparator<? super T>) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
- sort(int[], IntComparator) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified array of ints according to the order induced by the specified comparator.
- sort(int[], int, int, IntComparator) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified range of the specified array of ints according to the order induced by the specified comparator.
- sort(long[], LongComparator) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified array of longs according to the order induced by the specified comparator.
- sort(long[], int, int, LongComparator) - Static method in class com.devexperts.util.QuickSort
-
Sorts the specified range of the specified array of longs according to the order induced by the specified comparator.
- spliterator() - Method in interface com.devexperts.util.LongCollection
-
- spliterator(int) - Method in interface com.devexperts.util.LongCollection
-
- spliterator() - Method in interface com.devexperts.util.LongSet
-
- start() - Method in interface com.devexperts.services.StartupService
-
Deprecated.
- startup() - Static method in class com.devexperts.services.Services
-
- StartupService - Interface in com.devexperts.services
-
- stop() - Static method in class com.devexperts.logging.TraceLogging
-
Stops trace logging.
- StreamCompression - Class in com.devexperts.io
-
Defines byte stream compression format.
- StreamInput - Class in com.devexperts.io
-
- StreamInput() - Constructor for class com.devexperts.io.StreamInput
-
Creates a new stream input with default buffer size.
- StreamInput(int) - Constructor for class com.devexperts.io.StreamInput
-
Creates a new stream input with specified buffer size.
- StreamInput(InputStream) - Constructor for class com.devexperts.io.StreamInput
-
Creates a new stream input with specified source input stream and default buffer size.
- StreamInput(InputStream, int) - Constructor for class com.devexperts.io.StreamInput
-
Creates a new stream input with specified source input stream and buffer size.
- StreamOutput - Class in com.devexperts.io
-
- StreamOutput() - Constructor for class com.devexperts.io.StreamOutput
-
Creates a new stream output with default buffer capacity.
- StreamOutput(int) - Constructor for class com.devexperts.io.StreamOutput
-
Creates a new stream output with specified buffer capacity.
- StreamOutput(OutputStream) - Constructor for class com.devexperts.io.StreamOutput
-
Creates a new stream output with specified destination output stream and default buffer capacity.
- StreamOutput(OutputStream, int) - Constructor for class com.devexperts.io.StreamOutput
-
Creates a new stream output with specified destination output stream and buffer capacity.
- StringCache - Class in com.devexperts.util
-
Caches strings and provides lookup methods by raw character data to avoid string construction.
- StringCache() - Constructor for class com.devexperts.util.StringCache
-
Creates a StringCache with default parameters.
- StringCache(int) - Constructor for class com.devexperts.util.StringCache
-
Creates a StringCache with the specified number of elements and default bucket size.
- StringCache(int, int) - Constructor for class com.devexperts.util.StringCache
-
Creates a StringCache with the specified number of buckets and their size.
- stripExtension(String) - Method in class com.devexperts.io.StreamCompression
-
Strips extension of this compression format from the end of the file if it matches.
- subtract(long, long) - Static method in class com.devexperts.util.WideDecimal
-
- subtractDefined(long, long) - Static method in class com.devexperts.util.WideDecimal
-
- sum(long, long) - Static method in class com.devexperts.util.WideDecimal
-
- sumDefined(long, long) - Static method in class com.devexperts.util.WideDecimal
-
- SupersedesService - Annotation Type in com.devexperts.services
-
Ensures smooth transition from older versions of services interfaces to their newer versions.
- supportsNullObject() - Method in class com.devexperts.io.Marshaller
-
Returns
true
if this marshaller support marshalling of
null
objects in
writeObjectTo
method.
- SynchronizedIndexedSet<K,V> - Class in com.devexperts.util
-
A synchronized thread-safe version of
IndexedSet
class.
- SynchronizedIndexedSet() - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
- SynchronizedIndexedSet(int) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
- SynchronizedIndexedSet(IndexerFunction<K, ? super V>) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
Creates new empty set with specified indexer.
- SynchronizedIndexedSet(Indexer<K, ? super V>) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
- SynchronizedIndexedSet(IndexerFunction<K, ? super V>, int) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
Creates new empty set with specified indexer and specified initial capacity.
- SynchronizedIndexedSet(Indexer<K, ? super V>, int) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
- SynchronizedIndexedSet(Collection<V>) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
Creates a new set containing the elements in the specified collection.
- SynchronizedIndexedSet(IndexerFunction<K, ? super V>, Collection<? extends V>) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
Creates a new set with specified indexer containing the elements in the specified collection.
- SynchronizedIndexedSet(Indexer<K, ? super V>, Collection<? extends V>) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
-
- syncInputPosition() - Method in class com.devexperts.io.BufferedInputPart
-
Updates underlying BufferedInput
position so that it corresponds to the position that this
BufferedInputPart
was read to.
- SystemProperties - Class in com.devexperts.util
-
Utility methods for retrieving system properties without getting a
SecurityException
.
- tail - Variable in class com.devexperts.io.ChunkList
-
- thenComparing(IntComparator) - Method in interface com.devexperts.util.IntComparator
-
Returns a lexicographic-order comparator with another comparator.
- thenComparing(IntFunction<? extends K>, Comparator<? super K>) - Method in interface com.devexperts.util.IntComparator
-
Returns a lexicographic-order comparator with a function that extracts
a sort key to be compared with the given sort key comparator.
- thenComparing(IntFunction<? extends K>) - Method in interface com.devexperts.util.IntComparator
-
Returns a lexicographic-order comparator with a function that extracts a comparable sort key.
- thenComparing(LongComparator) - Method in interface com.devexperts.util.LongComparator
-
Returns a lexicographic-order comparator with another comparator.
- thenComparing(LongFunction<? extends K>, Comparator<? super K>) - Method in interface com.devexperts.util.LongComparator
-
Returns a lexicographic-order comparator with a function that extracts
a sort key to be compared with the given sort key comparator.
- thenComparing(LongFunction<? extends K>) - Method in interface com.devexperts.util.LongComparator
-
Returns a lexicographic-order comparator with a function that extracts a comparable sort key.
- thenComparingDouble(IntToDoubleFunction) - Method in interface com.devexperts.util.IntComparator
-
Returns a lexicographic-order comparator with a function that extracts a double sort key.
- thenComparingDouble(LongToDoubleFunction) - Method in interface com.devexperts.util.LongComparator
-
Returns a lexicographic-order comparator with a function that extracts a double sort key.
- thenComparingInt(IntUnaryOperator) - Method in interface com.devexperts.util.IntComparator
-
Returns a lexicographic-order comparator with a function that extracts an int sort key.
- thenComparingInt(LongToIntFunction) - Method in interface com.devexperts.util.LongComparator
-
Returns a lexicographic-order comparator with a function that extracts an int sort key.
- thenComparingLong(IntToLongFunction) - Method in interface com.devexperts.util.IntComparator
-
Returns a lexicographic-order comparator with a function that extracts a long sort key.
- thenComparingLong(LongUnaryOperator) - Method in interface com.devexperts.util.LongComparator
-
Returns a lexicographic-order comparator with a function that extracts a long sort key.
- ThreadLocalPool<E> - Class in com.devexperts.util
-
Encapsulates a small thread-local pool of objects and a global
LockFreePool
.
- ThreadLocalPool(int, int) - Constructor for class com.devexperts.util.ThreadLocalPool
-
Creates a ThreadLocalPool with the specified (fixed) capacities.
- ThreadLocalPool(String, int, int) - Constructor for class com.devexperts.util.ThreadLocalPool
-
A convenience constructor that creates a ThreadLocalPool with a the specified default capacities,
which can be overriden by a JVM system properties.
- throwEOFException() - Method in class com.devexperts.io.BufferedInput
-
- throwEOFException() - Method in class com.devexperts.io.StreamInput
-
- TimeFormat - Class in com.devexperts.util
-
Utility class for parsing and formatting dates and times in ISO-compatible format.
- TimePeriod - Class in com.devexperts.util
-
Value class for period of time with support for ISO8601 duration format.
- TimePeriod(long) - Constructor for class com.devexperts.util.TimePeriod
-
- TimeUtil - Class in com.devexperts.util
-
A collection of static utility methods for manipulation of Java long time.
- toArray() - Method in class com.devexperts.util.AbstractConcurrentSet
-
Returns an array containing all of the elements in this set.
- toArray(T[]) - Method in class com.devexperts.util.AbstractConcurrentSet
-
Returns an array containing all of the elements in this set whose runtime type
is that of the specified array.
- toArray() - Method in class com.devexperts.util.IndexedSet
-
Returns an array containing all of the elements in this set.
- toArray(T[]) - Method in class com.devexperts.util.IndexedSet
-
Returns an array containing all of the elements in this set whose runtime type is that of the specified array.
- toByteArray() - Method in class com.devexperts.io.ByteArrayOutput
-
Returns a full copy of byte array buffer from zero to the position.
- toDouble(long) - Static method in class com.devexperts.util.WideDecimal
-
- toLong(long) - Static method in class com.devexperts.util.WideDecimal
-
- toLongArray() - Method in class com.devexperts.util.AbstractLongSet
-
- toLongArray() - Method in interface com.devexperts.util.LongCollection
-
Returns an array containing all of the elements in this collection.
- toScale(long, int) - Static method in class com.devexperts.util.WideDecimal
-
- toSerializable(LogEvent) - Method in class com.devexperts.logging.DxFeedPatternLayout
-
- toString() - Method in class com.devexperts.auth.AuthToken
-
- toString() - Method in class com.devexperts.io.ByteArrayOutput
-
Converts the buffer's content from zero to the position into a string,
translating bytes into characters according to the platform's default character encoding.
- toString() - Method in class com.devexperts.io.Chunk
-
Returns a string representation of the object.
- toString() - Method in class com.devexperts.io.ChunkedInput
-
Returns a string representation of the object.
- toString() - Method in class com.devexperts.io.ChunkedOutput
-
Returns a string representation of the object.
- toString() - Method in class com.devexperts.io.ChunkList
-
Returns a string representation of the object.
- toString() - Method in class com.devexperts.io.ChunkPool
-
Returns a string representation of the object.
- toString() - Method in class com.devexperts.io.Marshalled
-
Returns a compact string representation of the
object
represented by this marshalled object.
- toString() - Method in class com.devexperts.io.StreamCompression
-
Returns a string representation of the stream compression type.
- toString() - Method in class com.devexperts.logging.DxFeedPatternLayout
-
- toString() - Method in class com.devexperts.util.AbstractConcurrentSet
-
Returns a string representation of this set.
- toString() - Method in class com.devexperts.util.Base64
-
Returns a string representation of the object.
- toString() - Method in class com.devexperts.util.DayRange
-
- toString() - Method in class com.devexperts.util.IndexedMap
-
Returns a string representation of this map.
- toString() - Method in class com.devexperts.util.IndexedSetStats
-
- toString() - Method in class com.devexperts.util.StringCache
-
- toString() - Method in class com.devexperts.util.TimePeriod
-
- toString() - Method in class com.devexperts.util.TypedKey
-
- toString() - Method in class com.devexperts.util.TypedMap
-
- toString(long) - Static method in class com.devexperts.util.WideDecimal
-
- toString() - Method in class com.devexperts.util.WideDecimal
-
- totalPosition() - Method in class com.devexperts.io.BufferedInput
-
Returns total position of this input stream.
- totalPosition() - Method in class com.devexperts.io.BufferedOutput
-
Returns total position of this output stream.
- totalPositionBase - Variable in class com.devexperts.io.BufferedInput
-
- totalPositionBase - Variable in class com.devexperts.io.BufferedOutput
-
- trace(String) - Method in class com.devexperts.logging.Logging
-
- TraceLogging - Class in com.devexperts.logging
-
This is a small in-memory cyclic buffer to keep the log for debugging concurrency problems in order to
reconstruct what was going on immediately before tests crashes, without actually writing all debug logging
to the log file or console normally.
- TraceLogging() - Constructor for class com.devexperts.logging.TraceLogging
-
- trimToSize() - Method in class com.devexperts.util.IndexedMap
-
Trims the capacity of this map instance to be the map's current size.
- trimToSize() - Method in class com.devexperts.util.IndexedSet
-
Trims the capacity of this set instance to be the set's current size.
- trimToSize() - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Trims the capacity of this set instance to be the set's current size.
- TypedKey<T> - Class in com.devexperts.util
-
- TypedKey() - Constructor for class com.devexperts.util.TypedKey
-
Creates new typed key.
- TypedKey(String) - Constructor for class com.devexperts.util.TypedKey
-
Creates new typed key with the specified description.
- TypedMap - Class in com.devexperts.util
-
Typed thread-safe key-value map where different values have different types and are distinguished
by globally-unique keys that are instances of
TypedKey
.
- TypedMap() - Constructor for class com.devexperts.util.TypedMap
-
- warn(String) - Method in class com.devexperts.logging.Logging
-
- warn(String, Throwable) - Method in class com.devexperts.logging.Logging
-
- WideDecimal - Class in com.devexperts.util
-
The WideDecimal
class contains a set of methods to work with
floating-point numbers packed into long
primitive type.
- WideDecimal(long) - Constructor for class com.devexperts.util.WideDecimal
-
- WideDecimal(String) - Constructor for class com.devexperts.util.WideDecimal
-
- withCapacity(int) - Method in class com.devexperts.util.IndexedMap
-
Increases the capacity of this map instance, if necessary, to ensure that it
can hold at least the number of elements specified by the capacity argument.
- withCapacity(int) - Method in class com.devexperts.util.IndexedSet
-
Increases the capacity of this set instance, if necessary, to ensure that it
can hold at least the number of elements specified by the capacity argument.
- withCapacity(int) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Increases the capacity of this set instance, if necessary, to ensure that it
can hold at least the number of elements specified by the capacity argument.
- withElements(Collection<? extends V>) - Method in class com.devexperts.util.IndexedMap
-
Puts all of the elements in the specified collection into this map.
- withElements(Map<K, ? extends V>) - Method in class com.devexperts.util.IndexedMap
-
Puts all of the elements in the specified map into this map.
- withElements(Collection<? extends V>) - Method in class com.devexperts.util.IndexedSet
-
Adds all of the elements in the specified collection into this set.
- withElements(Collection<? extends V>) - Method in class com.devexperts.util.SynchronizedIndexedSet
-
Adds all of the elements in the specified collection into this set.
- withMillis() - Method in class com.devexperts.util.TimeFormat
-
Returns TimeFormat instance that also includes milliseconds into string when using
format
method.
- withTimeZone() - Method in class com.devexperts.util.TimeFormat
-
Returns TimeFormat instance that also includes timezone into string when using
format
method.
- wrap(byte[], Object) - Static method in class com.devexperts.io.Chunk
-
Constructs new chunk of specified owner that wraps given byte array
and does not correspond to any
pool
.
- wrap(byte[], int, int, Object) - Static method in class com.devexperts.io.Chunk
-
Constructs a new chunk of specified owner that wraps given byte array with
specified range of data and does not correspond to any
pool
.
- wrap(byte[], Object) - Static method in class com.devexperts.io.ChunkList
-
Constructs a new chunk list of specified owner that wraps specified byte array
and does not correspond to any
pool
.
- wrap(byte[], int, int, Object) - Static method in class com.devexperts.io.ChunkList
-
Constructs a new chunk list of specified owner that wraps specified byte array
with specified range of data, and does not correspond to any
pool
.
- wrapMBean(Object, Class<?>) - Static method in class com.devexperts.management.Management
-
Wraps MBean into a dynamic MBean with support for annotation-based descriptions.
- write(int) - Method in class com.devexperts.io.BufferedOutput
- write(byte[]) - Method in class com.devexperts.io.BufferedOutput
- write(byte[], int, int) - Method in class com.devexperts.io.BufferedOutput
- write(byte[], int, int) - Method in class com.devexperts.io.ByteArrayOutput
- write(byte[], int, int) - Method in class com.devexperts.io.StreamOutput
- write(byte[], int, int) - Method in class com.devexperts.io.UncloseableOutputStream
-
- writeAll(List<String[]>) - Method in class com.devexperts.io.CSVWriter
-
Writes specified records to the output.
- writeAllFromChunkList(ChunkList, Object) - Method in class com.devexperts.io.BufferedOutput
-
Writes all data from specified chunk list into this buffered output.
- writeAllFromChunkList(ChunkList, Object) - Method in class com.devexperts.io.ChunkedOutput
-
Writes all data from specified chunk list into this buffered output.
- writeBoolean(boolean) - Method in class com.devexperts.io.BufferedOutput
- writeByte(int) - Method in class com.devexperts.io.BufferedOutput
- writeByteArray(byte[]) - Method in class com.devexperts.io.BufferedOutput
-
Writes an array of bytes in a compact encapsulation format.
- writeByteArray(DataOutput, byte[]) - Static method in class com.devexperts.io.IOUtil
-
Writes an array of bytes to the data output in a compact encapsulation format.
- writeBytes(String) - Method in class com.devexperts.io.BufferedOutput
- writeChar(int) - Method in class com.devexperts.io.BufferedOutput
- writeCharArray(DataOutput, char[]) - Static method in class com.devexperts.io.IOUtil
-
Writes an array of characters to the data output in a CESU-8 format with compact encapsulation.
- writeCharArray(DataOutput, String) - Static method in class com.devexperts.io.IOUtil
-
Writes an array of characters to the data output in a CESU-8 format with compact encapsulation.
- writeChars(String) - Method in class com.devexperts.io.BufferedOutput
- writeCompactInt(int) - Method in class com.devexperts.io.BufferedOutput
-
Writes an
int
value in a compact format (see
IOUtil
).
- writeCompactInt(DataOutput, int) - Static method in class com.devexperts.io.IOUtil
-
Writes an int
value to the data output in a compact format.
- writeCompactLong(long) - Method in class com.devexperts.io.BufferedOutput
-
Writes a
long
value in a compact format (see
IOUtil
).
- writeCompactLong(DataOutput, long) - Static method in class com.devexperts.io.IOUtil
-
Writes a long
value to the data output in a compact format.
- writeDouble(double) - Method in class com.devexperts.io.BufferedOutput
- writeField(String) - Method in class com.devexperts.io.CSVWriter
-
Writes specified field to the end of current record.
- writeFloat(float) - Method in class com.devexperts.io.BufferedOutput
- writeFromByteBuffer(ByteBuffer) - Method in class com.devexperts.io.BufferedOutput
-
Writes data from specified byte buffer into this buffered output.
- writeFromChunk(Chunk, Object) - Method in class com.devexperts.io.BufferedOutput
-
Writes data from specified chunk into this buffered output.
- writeFromChunk(Chunk, Object) - Method in class com.devexperts.io.ChunkedOutput
-
Writes data from specified chunk into this buffered output.
- writeFromDataInput(DataInput, long) - Method in class com.devexperts.io.BufferedOutput
-
Writes data from specified data input into this buffered output.
- writeFromInputStream(InputStream, long) - Method in class com.devexperts.io.BufferedOutput
-
Writes data from specified input stream into this buffered output.
- writeInt(int) - Method in class com.devexperts.io.BufferedOutput
- writeLong(long) - Method in class com.devexperts.io.BufferedOutput
- writeMarshalled(Marshalled<?>) - Method in class com.devexperts.io.BufferedOutput
-
- writeMarshalledLength(BufferedOutput, int) - Method in class com.devexperts.io.Marshaller
-
Writes the length of an object in serialized form to the output according to this marshalling strategy.
- writeObject(Object) - Method in class com.devexperts.io.BufferedOutput
-
Write an object to the underlying storage or stream in a compact encapsulation format
using
IOUtil.writeObject
.
- writeObject(DataOutput, Object) - Static method in class com.devexperts.io.IOUtil
-
Writes an object to the data output as a Java-serialized byte array with compact encapsulation.
- writeObjectTo(BufferedOutput, T) - Method in class com.devexperts.io.Marshaller
-
Writes byte representation of the object according to this marshalling strategy into
the specified output.
- writeRecord(String[]) - Method in class com.devexperts.io.CSVWriter
-
Writes specified record and advances to the next record upon completion.
- writeShort(int) - Method in class com.devexperts.io.BufferedOutput
- writeUTF(String) - Method in class com.devexperts.io.BufferedOutput
- writeUTFChar(int) - Method in class com.devexperts.io.BufferedOutput
-
Writes a Unicode code point in a UTF-8 format.
- writeUTFChar(DataOutput, int) - Static method in class com.devexperts.io.IOUtil
-
Writes a Unicode code point to the data output in a UTF-8 format.
- writeUTFString(String) - Method in class com.devexperts.io.BufferedOutput
-
Writes a string in a UTF-8 format with compact encapsulation (see
IOUtil
).
- writeUTFString(DataOutput, String) - Static method in class com.devexperts.io.IOUtil
-
Writes a string to the data output in a UTF-8 format with compact encapsulation.