Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

abs(long) - Static method in class com.devexperts.util.WideDecimal
 
AbstractConcurrentSet<E> - Class in com.devexperts.util
Provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractConcurrentSet() - Constructor for class com.devexperts.util.AbstractConcurrentSet
Sole constructor; for invocation by subclass constructors, typically implicit.
AbstractLongMap<V> - Class in com.devexperts.util
This class provides a skeletal implementation of the LongMap interface, to minimize the effort required to implement this interface.
AbstractLongMap() - Constructor for class com.devexperts.util.AbstractLongMap
 
AbstractLongSet - Class in com.devexperts.util
This class provides a skeletal implementation of the LongSet interface, to minimize the effort required to implement this interface.
AbstractLongSet() - Constructor for class com.devexperts.util.AbstractLongSet
 
accept(String) - Method in class com.devexperts.io.SerialClassContext
Returns true, if class name contained in whitelist and not contained in blacklist.
activateOptions() - Method in class com.devexperts.logging.DetailedLogLayout
 
add(Chunk, Object) - Method in class com.devexperts.io.ChunkList
Adds given chunk to the end of this chunk list.
add(byte[], int, int) - Method in class com.devexperts.io.ChunkList
Adds to this chunk list data from specified byte array.
add(long) - Method in class com.devexperts.util.AbstractLongSet
 
add(Long) - Method in class com.devexperts.util.AbstractLongSet
 
add(V) - Method in class com.devexperts.util.IndexedSet
Adds specified element into this set and returns true if this operation has increased the size of this set.
add(long) - Method in interface com.devexperts.util.LongCollection
Ensures that this collection contains the specified element.
add(long) - Method in class com.devexperts.util.LongHashSet
 
addAll(ChunkList, Object) - Method in class com.devexperts.io.ChunkList
Adds chunks from specified chunk list into the end of this one.
addAll(Collection<? extends E>) - Method in class com.devexperts.util.AbstractConcurrentSet
Adds all of the elements in the specified collection into this set and returns true if this operation has increased the size of this set.
addAll(Collection<? extends Long>) - Method in class com.devexperts.util.AbstractLongSet
Adds all of the elements in the specified collection to this set.
addAll(Collection<? extends V>) - Method in class com.devexperts.util.SynchronizedIndexedSet
 
addAllToInput(ChunkList, Object) - Method in class com.devexperts.io.ChunkedInput
Adds specified chunks to the input.
addToInput(byte[], int, int) - Method in class com.devexperts.io.ChunkedInput
Adds specified bytes to the input.
addToInput(Chunk, Object) - Method in class com.devexperts.io.ChunkedInput
Adds specified chunk to the input.
afterExecute(Runnable, Throwable) - Method in class com.devexperts.util.LoggedThreadPoolExecutor
 
appendTo(StringBuilder, long) - Static method in class com.devexperts.util.WideDecimal
 
ArrayUtil - Class in com.devexperts.util
Helper methods to work with O(1) array-based data structures.
asFullIso() - Method in class com.devexperts.util.TimeFormat
Returns TimeFormat instance that produces full ISO8610 string of "yyyy-MM-dd'T'HH:mm:ss.SSSX".
AuthToken - Class in com.devexperts.auth
The AuthToken class represents an authorization token and encapsulates information about the authorization scheme and its associated value.
available() - Method in class com.devexperts.io.BufferedInput
Returns the number of bytes that can be read without blocking.
available() - Method in class com.devexperts.io.BufferedInputPart
Returns the number of bytes that can be read without blocking.
available() - Method in class com.devexperts.io.ChunkedInput
Returns the number of bytes that can be read without blocking.
available() - Method in class com.devexperts.io.StreamInput
Returns the number of bytes that can be read without blocking.
average(long, long) - Static method in class com.devexperts.util.WideDecimal
 
averageDefined(long, long) - Static method in class com.devexperts.util.WideDecimal
 

B

Base64 - Class in com.devexperts.util
Utility class for Base64 encoding and decoding.
Base64(String) - Constructor for class com.devexperts.util.Base64
Creates Base64 coder with a given alphabet.
BASIC_SCHEME - Static variable in class com.devexperts.auth.AuthToken
 
BEARER_SCHEME - Static variable in class com.devexperts.auth.AuthToken
 
buffer - Variable in class com.devexperts.io.BufferedInput
 
buffer - Variable in class com.devexperts.io.BufferedOutput
 
BufferedInput - Class in com.devexperts.io
An efficient buffered implementation of data input API.
BufferedInput() - Constructor for class com.devexperts.io.BufferedInput
Creates new instance with empty buffer.
BufferedInputPart - Class in com.devexperts.io
A size-delimited part of BufferedInput for parsing of size-tagged packets.
BufferedInputPart() - Constructor for class com.devexperts.io.BufferedInputPart
Creates BufferedInputPart object that needs to be bound to a particular underlying input by setInput method before use.
BufferedInputPart(BufferedInput, long) - Constructor for class com.devexperts.io.BufferedInputPart
Creates BufferedInputPart object that is bound the part of the specified input and is limited by the particular length.
BufferedOutput - Class in com.devexperts.io
An efficient buffered implementation of data output API.
BufferedOutput() - Constructor for class com.devexperts.io.BufferedOutput
Creates new instance with empty buffer.
ByteArrayInput - Class in com.devexperts.io
An implementation of BufferedInput using single byte array buffer.
ByteArrayInput() - Constructor for class com.devexperts.io.ByteArrayInput
Creates a new byte array input without pre-allocated buffer.
ByteArrayInput(byte[]) - Constructor for class com.devexperts.io.ByteArrayInput
Creates a new byte array input with specified buffer as its input.
ByteArrayInput(byte[], int, int) - Constructor for class com.devexperts.io.ByteArrayInput
Creates a new byte array input with specified buffer and range as its input.
ByteArrayOutput - Class in com.devexperts.io
An implementation of BufferedOutput using single byte array buffer.
ByteArrayOutput() - Constructor for class com.devexperts.io.ByteArrayOutput
Creates a new byte array output without pre-allocated buffer.
ByteArrayOutput(int) - Constructor for class com.devexperts.io.ByteArrayOutput
Creates a new byte array output with the specified buffer capacity.
ByteArrayOutput(byte[]) - Constructor for class com.devexperts.io.ByteArrayOutput
Creates a new byte array output with the specified buffer.
bytes - Variable in class com.devexperts.io.Chunk
 
bytesToObject(byte[]) - Static method in class com.devexperts.io.IOUtil
Deserializes an array of bytes into object with Java Serialization.
bytesToObject(byte[], ClassLoader) - Static method in class com.devexperts.io.IOUtil
Deserializes an array of bytes into object with Java Serialization.
bytesToObject(byte[], SerialClassContext) - Static method in class com.devexperts.io.IOUtil
Deserializes an array of bytes into object with Java Serialization in a given SerialClassContext.
byteValue() - Method in class com.devexperts.util.WideDecimal
 

C

check(String) - Method in class com.devexperts.io.SerialClassContext
Throws an ClassNotFoundException if the class not contained in whitelist or contained in blacklist.
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
Validate encapsulated content length according to specified bounds and stream limits.
checkEncapsulatedLength(long, long, long) - Method in class com.devexperts.io.BufferedInputPart
Validate encapsulated content length according to specified bounds and stream limits.
checkEOB() - Method in class com.devexperts.io.BufferedInput
Throws IllegalStateException if expression (position != limit) is true.
checkEOB() - Method in class com.devexperts.io.BufferedOutput
Throws IllegalStateException if expression (position != limit) is true.
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
Throws IndexOutOfBoundsException if parameters are out of range.
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
Implementation of BufferedInput using ChunkList as an input.
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
Implementation of BufferedOutput using ChunkList as an output.
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
Pool for Chunk and ChunkList instances.
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
This implementation does ChunkedOutput.flush().
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
Deprecated.
collector(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
Deprecated.
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
Deprecated.
collector(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
Deprecated.
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
Deprecated.
collector(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
Deprecated.
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
Changes default Logging.debugEnabled() behaviour for this logging instance.
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
Deprecated.
Use IndexedSet.containsValue(V) to be explicit about type and intent.
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
Creates new empty map with default indexer IndexerFunction.DEFAULT.
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
Deprecated.
create(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedMap
Deprecated.
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
Creates new empty set with default indexer IndexerFunction.DEFAULT.
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
Deprecated.
create(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.IndexedSet
Deprecated.
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
Creates new empty set with default indexer IndexerFunction.DEFAULT.
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
Deprecated.
create(IndexerFunction.LongKey<? super V>) - Static method in class com.devexperts.util.SynchronizedIndexedSet
Deprecated.
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.

D

DAY - Static variable in class com.devexperts.util.TimeUtil
Number of milliseconds in an day.
DayRange - Class in com.devexperts.util
DayRange represents a certain number of days from starting day (inclusive) to ending day (exclusive).
DayUtil - Class in com.devexperts.util
A collection of static utility methods for manipulation of int day id, that is the number of days since Unix epoch of January 1, 1970.
debug(String) - Method in class com.devexperts.logging.Logging
 
debug(String, Throwable) - Method in class com.devexperts.logging.Logging
 
debugEnabled() - Method in class com.devexperts.logging.Logging
 
decode(String) - Method in class com.devexperts.util.Base64
Decodes source string.
decompress(byte[]) - Static method in class com.devexperts.io.IOUtil
Decompresses an array of bytes using Inflate algorithm repeatedly as appropriate.
decompress(InputStream) - Method in class com.devexperts.io.StreamCompression
Decompresses the given input stream with this compression format.
decorateLogMessage(String) - Method in class com.devexperts.logging.Logging
Decorates log message (reformatting, auditing, etc).
deepToString(Object) - Static method in class com.devexperts.util.LogUtil
Returns a compact string representation of the "deep contents" of the specified object.
DEFAULT - Static variable in class com.devexperts.io.ChunkPool
Default pool instance with default parameters.
DEFAULT - Static variable in class com.devexperts.util.Base64
 
DEFAULT - Static variable in class com.devexperts.util.Indexer
Deprecated.
Default strategy that treats values as their own keys (key == value) and delegates to Object.hashCode() and Object.equals(Object) methods as appropriate.
DEFAULT - Static variable in interface com.devexperts.util.IndexerFunction
Default strategy that treats values as their own keys (key == value) and delegates to Object.hashCode() and Object.equals(Object) methods as appropriate.
DEFAULT - Static variable in class com.devexperts.util.TimeFormat
An instance of TimeFormat that corresponds to default timezone as returned by TimeZone.getDefault() method.
DEFAULT_BLACK_LIST_NAME - Static variable in class com.devexperts.io.SerialClassContext
Path for resource with classes for blacklist.
DEFAULT_CONFIG_FILE - Static variable in class com.devexperts.logging.LogFormatter
 
DEFAULT_IDENTITY_KEY - Static variable in interface com.devexperts.util.IndexerFunction
Default strategy that treats values as their own keys (key == value) and uses object identity to compare keys (see IndexerFunction.IdentityKey for details).
DEFAULT_MAX_FILE_SIZE - Static variable in class com.devexperts.logging.Logging
 
DEFAULT_UNPADDED - Static variable in class com.devexperts.util.Base64
 
DEFAULT_WHITE_LIST_NAME - Static variable in class com.devexperts.io.SerialClassContext
Path to the resource with classes for whitelist.
deflate(byte[], int) - Static method in class com.devexperts.io.IOUtil
Compresses an array of bytes using Deflate algorithm with specified compression level.
Description - Annotation Type in com.devexperts.annotation
Describes main information about any element, such as class, method, field.
DetailedLogLayout - Class in com.devexperts.logging
Detailed custom layout for log4j.
DetailedLogLayout() - Constructor for class com.devexperts.logging.DetailedLogLayout
 
detectCompressionByExtension(String) - Static method in class com.devexperts.io.StreamCompression
Detects compression format by the extension at the end of the file name.
detectCompressionByHeader(InputStream) - Static method in class com.devexperts.io.StreamCompression
Detects compression format by the magic number in the file header.
detectCompressionByHeaderAndDecompress(InputStream) - Static method in class com.devexperts.io.StreamCompression
Detects compression format by the magic number in the file header and decompresses the given input stream.
detectCompressionByMimeType(String) - Static method in class com.devexperts.io.StreamCompression
Detects compression format by the mime type.
discard(long) - Method in class com.devexperts.io.ChunkedOutput
Discards n last bytes of output.
div(int, int) - Static method in class com.devexperts.util.MathUtil
Returns quotient according to number theory - i.e.
div(long, long) - Static method in class com.devexperts.util.MathUtil
Returns quotient according to number theory - i.e.
divide(long, long) - Static method in class com.devexperts.util.WideDecimal
 
doubleValue() - Method in class com.devexperts.util.WideDecimal
 
dump(PrintStream, String) - Static method in class com.devexperts.logging.TraceLogging
Dumps last entries from this trace log.
DxFeedPatternLayout - Class in com.devexperts.logging
Custom pattern layout for log4j2.

E

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.

F

finalize() - Method in class com.devexperts.io.URLInputStream
 
findFreeIndex(Object[], int, int) - Static method in class com.devexperts.util.ArrayUtil
Finds free (non-occupied) index in an array in such a way, that amortized time to allocate an index is O(1).
floatValue() - Method in class com.devexperts.util.WideDecimal
 
flush() - Method in class com.devexperts.io.ChunkedOutput
flush() - Method in class com.devexperts.io.CSVWriter
Flushes the stream.
flush() - Method in class com.devexperts.io.StreamOutput
forBytes(byte[]) - Static method in class com.devexperts.io.Marshalled
Returns marshalled object for a specified byte array assuming that The result of this method is not null.
forBytes(byte[], Marshaller<T>) - Static method in class com.devexperts.io.Marshalled
Returns marshalled object for a specified byte array and marshaller.
forBytes(byte[], Marshaller<T>, SerialClassContext) - Static method in class com.devexperts.io.Marshalled
Returns marshalled object for a specified byte array and marshaller.
forClass(Class<? extends T>) - Static method in class com.devexperts.io.Marshaller
Returns typed marshaller for the given class.
forClasses(Class<? extends T>...) - Static method in class com.devexperts.io.Marshaller
Returns typed marshaller for the given array of classes.
format(LoggingEvent) - Method in class com.devexperts.logging.DetailedLogLayout
 
format(LogRecord) - Method in class com.devexperts.logging.LogFormatter
Used by java.util.logging logging.
format(char, long, String, String, String) - Method in class com.devexperts.logging.LogFormatter
Formats log message.
format(Date) - Method in class com.devexperts.util.TimeFormat
Converts Date object into string according to the format like yyyyMMdd-HHmmss.
format(long) - Method in class com.devexperts.util.TimeFormat
This is a shortcut for format(new Date(time)).
formatDouble(double, int) - Static method in class com.devexperts.util.MathUtil
Returns a string representation of the double argument whose scale is the specified value.
formatDouble(StringBuilder, double, int) - Static method in class com.devexperts.util.MathUtil
Returns a string representation of the double argument whose scale is the specified value.
formatDoublePrecision(double, int) - Static method in class com.devexperts.util.MathUtil
Returns a string representation of the double argument with specified precision.
formatDoublePrecision(StringBuilder, double, int) - Static method in class com.devexperts.util.MathUtil
Returns a string representation of the double argument with specified precision.
forObject(T) - Static method in class com.devexperts.io.Marshalled
Wraps object into marshalled with a serialization marshaller.
forObject(T, Marshaller<T>) - Static method in class com.devexperts.io.Marshalled
Wraps object into marshalled with a specified marshaller.
forType(String) - Static method in class com.devexperts.io.Marshaller
Returns typed marshaller for the given type name.
forTypes(String) - Static method in class com.devexperts.io.Marshaller
Returns typed marshaller for the given comma-separated list of type names.

G

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
Deprecated.
Use IndexedMap.getByKey(K) to be explicit about type and intent.
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
Returns URLConnection for this 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
Returns the total number of meaningful bytes stored in this chunk's underlying byte array.
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
Deprecated.
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
Returns the position of the first meaningful byte in this chunk's underlying byte array.
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
Gets the TimeZone for the given ID similar same as TimeZone.getTimeZone(String) but throwing IllegalArgumentException if the time-zone cannot be parsed.
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
An instance of TimeFormat that corresponds to GMT timezone as returned by TimeZone.getTimeZone("GMT").
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.

H

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.

I

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
A wrapper around IndexedSet which implements Map interface.
IndexedMap() - Constructor for class com.devexperts.util.IndexedMap
Creates new empty map with default indexer IndexerFunction.DEFAULT.
IndexedMap(int) - Constructor for class com.devexperts.util.IndexedMap
Creates new empty map with default indexer IndexerFunction.DEFAULT and specified initial capacity.
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
Deprecated.
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
Creates new empty set with default indexer IndexerFunction.DEFAULT.
IndexedSet(int) - Constructor for class com.devexperts.util.IndexedSet
Creates new empty set with default indexer IndexerFunction.DEFAULT and specified initial capacity.
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
Deprecated.
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
Deprecated.
Use a functional interface IndexerFunction instead.
Indexer() - Constructor for class com.devexperts.util.Indexer
Deprecated.
 
IndexerFunction<K,V> - Interface in com.devexperts.util
A strategy that distinguishes and identifies elements in an IndexedSet and IndexedMap.
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
Returns an iterator over the chunks.
iterator() - Method in class com.devexperts.util.AbstractLongSet
Returns the same value as AbstractLongSet.longIterator() does.
iterator() - Method in class com.devexperts.util.IndexedSet
Returns an iterator over the elements in this set.

K

keyIterator() - Method in class com.devexperts.util.IndexedSet
Returns an iterator over the keys of elements in this set.
keySet() - Method in class com.devexperts.util.AbstractLongMap
Returns the same value as AbstractLongMap.longKeySet() method does.
keySet() - Method in class com.devexperts.util.IndexedMap
Returns a set view of the keys contained in this map.

L

length - Variable in class com.devexperts.io.Chunk
 
limit - Variable in class com.devexperts.io.BufferedInput
 
limit - Variable in class com.devexperts.io.BufferedOutput
 
loadServiceClasses(Class<T>, ClassLoader) - Static method in class com.devexperts.services.Services
 
LockFreePool<E> - Class in com.devexperts.util
A collection designed for pooling elements so that they can be reused later.
LockFreePool(int) - Constructor for class com.devexperts.util.LockFreePool
Creates a LockFreePool with the specified (fixed) capacity.
LockFreePool(String, int) - Constructor for class com.devexperts.util.LockFreePool
A convenience constructor that creates a LockFreePool with a the specified default capacity, which can be overriden by a JVM system property.
log(RuntimeException) - Method in class com.devexperts.logging.Logging
 
log(String, Level, String, Throwable) - Static method in class com.devexperts.logging.TraceLogging
Adds log entry.
LOG_CLASS_NAME - Static variable in class com.devexperts.logging.Logging
 
LOG_FILE_PROPERTY - Static variable in class com.devexperts.logging.Logging
 
LOG_MAX_FILE_SIZE_PROPERTY - Static variable in class com.devexperts.logging.Logging
 
logAndStop(Class<?>, String) - Static method in class com.devexperts.logging.TraceLogging
Adds last entry and stops trace logging.
logAndStop(Class<?>, String, Throwable) - Static method in class com.devexperts.logging.TraceLogging
Adds last entry with exception and stops trace logging.
LogFormatter - Class in com.devexperts.logging
Thread-safe formatter for log messages.
LogFormatter() - Constructor for class com.devexperts.logging.LogFormatter
 
LogFormatter(TimeZone) - Constructor for class com.devexperts.logging.LogFormatter
 
LoggedThreadPoolExecutor - Class in com.devexperts.util
A ScheduledThreadPoolExecutor that additionally logs uncaught exceptions and creates threads named with a given name prefix.
LoggedThreadPoolExecutor(int, String, Logging) - Constructor for class com.devexperts.util.LoggedThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
Logging - Class in com.devexperts.logging
Main logging class.
Logging() - Constructor for class com.devexperts.logging.Logging
This constructor is designed for abstract framework classes like BeanBase or DAOBase that extend Logging to decorate messages by overriding Logging.decorateLogMessage(String) method.
Logging(String) - Constructor for class com.devexperts.logging.Logging
 
LogUtil - Class in com.devexperts.util
 
LogUtil() - Constructor for class com.devexperts.util.LogUtil
 
LongCollection - Interface in com.devexperts.util
This class extends Collection with methods that are specific for long values.
LongComparator - Interface in com.devexperts.util
A comparison function, which imposes a total ordering on some collection of longs.
LongHashMap<V> - Class in com.devexperts.util
Hashtable based implementation of the LongMap interface.
LongHashMap() - Constructor for class com.devexperts.util.LongHashMap
Constructs a new, empty map.
LongHashMap(Map<? extends Long, ? extends V>) - Constructor for class com.devexperts.util.LongHashMap
Constructs a new map containing all mappings from the specified map.
LongHashMap(int) - Constructor for class com.devexperts.util.LongHashMap
Constructs a new map with a specified capacity.
LongHashSet - Class in com.devexperts.util
This class implements the LongSet interface, backed by a hash table (actually a LongHashMap instance).
LongHashSet() - Constructor for class com.devexperts.util.LongHashSet
Constructs a new, empty set.
LongHashSet(Collection<? extends Long>) - Constructor for class com.devexperts.util.LongHashSet
Constructs a new set containing all elements from the specified collection.
LongHashSet(int) - Constructor for class com.devexperts.util.LongHashSet
Constructs a new set with a specified capacity.
longIterator() - Method in class com.devexperts.util.AbstractLongSet
 
longIterator() - Method in interface com.devexperts.util.LongCollection
Returns an iterator over the elements in this collection.
longIterator() - Method in class com.devexperts.util.LongHashSet
 
LongIterator - Interface in com.devexperts.util
Deprecated.
Use PrimitiveIterator.OfLong instead.
longKeySet() - Method in class com.devexperts.util.AbstractLongMap
 
longKeySet() - Method in class com.devexperts.util.LongHashMap
Returns a set view of the keys contained in this map.
longKeySet() - Method in interface com.devexperts.util.LongMap
Returns a set view of the keys contained in this map.
LongMap<V> - Interface in com.devexperts.util
This class extends Map with methods that are specific for long values.
LongMap.Entry<V> - Interface in com.devexperts.util
A map entry (key-value pair).
LongSet - Interface in com.devexperts.util
This class extends Set with methods that are specific for long values.
longStream() - Method in interface com.devexperts.util.LongCollection
 
longValue() - Method in class com.devexperts.util.WideDecimal
 

M

Management - Class in com.devexperts.management
JMX management utilities.
Management.Registration - Class in com.devexperts.management
Result of registerMBean invocation.
ManagementDescription - Annotation Type in com.devexperts.management
Deprecated.
Use Description with dgen instead.
ManagementParameterDescription - Annotation Type in com.devexperts.management
Deprecated.
Use Description with dgen instead.
mark() - Method in class com.devexperts.io.BufferedInput
Marks the current position in this buffered input.
mark(int) - Method in class com.devexperts.io.BufferedInput
Deprecated.
This method is for compatibility with interface of InputStream class only, do not use it, because the actual value of readLimit is irrelevant for all implementations of BufferedInput. Use mark and unmark methods instead.
mark(long) - Method in class com.devexperts.io.BufferedInput
Deprecated.
This method is for conceptual compatibility with interface of InputStream class only, do not use it, because the actual value of readLimit is irrelevant for all implementations of BufferedInput. Use mark and unmark methods instead.
mark() - Method in class com.devexperts.io.ChunkedInput
Marks the current position in this buffered input.
markPosition - Variable in class com.devexperts.io.BufferedInput
 
markReadOnly(Object) - Method in class com.devexperts.io.Chunk
Marks this chunk as read-only.
markReadOnly(Object) - Method in class com.devexperts.io.ChunkList
Marks this chunk list as ChunkList.isReadOnly().
markSupported() - Method in class com.devexperts.io.BufferedInput
All BufferedInput implementations support mark and reset, so this method always returns true.
Marshalled<T> - Class in com.devexperts.io
Lazily encapsulates object and its byte array representation.
Marshaller<T> - Class in com.devexperts.io
A strategy that defines how an object is represented in a byte array inside of a Marshalled object.
Marshaller() - Constructor for class com.devexperts.io.Marshaller
 
Marshaller.Typed<T> - Class in com.devexperts.io
Typed marshaller that marshals instances of a single type or an array of types.
MarshallingException - Exception in com.devexperts.io
This exception is thrown by Marshalled when it fails to serialize/deserialize object.
MarshallingException(IOException) - Constructor for exception com.devexperts.io.MarshallingException
 
matchesByKey(K, V) - Method in interface com.devexperts.util.IndexerFunction.IdentityKey
Determines if specified object key matches specified value; called when performing operations using object keys.
matchesByKey(Integer, V) - Method in interface com.devexperts.util.IndexerFunction.IntKey
Determines if specified object key matches specified value; called when performing operations using object keys.
matchesByKey(Long, V) - Method in interface com.devexperts.util.IndexerFunction.LongKey
Determines if specified object key matches specified value; called when performing operations using object keys.
matchesByKey(K, V) - Method in interface com.devexperts.util.IndexerFunction
Determines if specified object key matches specified value; called when performing operations using object keys.
matchesByKey(long, V) - Method in interface com.devexperts.util.IndexerFunction
Determines if specified number key matches specified value; called when performing operations using number keys.
matchesByKey(Long, V) - Method in class com.devexperts.util.NumberKeyIndexer
Deprecated.
Determines if specified object key matches specified value; called when performing operations using object keys.
matchesByValue(V, V) - Method in interface com.devexperts.util.IndexerFunction.IntKey
Determines if specified new value matches specified old value; called when performing value-based operations.
matchesByValue(V, V) - Method in interface com.devexperts.util.IndexerFunction.LongKey
Determines if specified new value matches specified old value; called when performing value-based operations.
matchesByValue(V, V) - Method in interface com.devexperts.util.IndexerFunction
Determines if specified new value matches specified old value; called when performing value-based operations.
matchesByValue(V, V) - Method in class com.devexperts.util.NumberKeyIndexer
Deprecated.
Determines if specified new value matches specified old value; called when performing value-based operations.
MathUtil - Class in com.devexperts.util
A collection of non-trivial mathematical utility methods.
max(long, long) - Static method in class com.devexperts.util.WideDecimal
 
MAX_CAPACITY - Static variable in class com.devexperts.util.ArrayUtil
Max allowed array size.
MAX_CAPACITY - Static variable in class com.devexperts.util.LockFreePool
Maximal supported pool capacity.
MAX_CAPACITY - Static variable in class com.devexperts.util.LongHashMap
Maximal supported capacity of this hashtable.
MAX_COPY_BYTES - Static variable in class com.devexperts.io.ChunkedOutput
Maximal number of bytes to copy when making a decision to merge two chunks together in ChunkedOutput.writeFromChunk(Chunk, Object) method.
MAX_THREAD_LOCAL_CAPACITY - Static variable in class com.devexperts.util.ThreadLocalPool
Maximal supported thread local capacity.
maxDefined(long, long) - Static method in class com.devexperts.util.WideDecimal
 
merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class com.devexperts.util.AbstractLongMap
 
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.devexperts.util.LongMap
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
META_INF_SERVICES - Static variable in class com.devexperts.services.Services
 
min(long, long) - Static method in class com.devexperts.util.WideDecimal
 
MIN_CAPACITY - Static variable in class com.devexperts.util.ArrayUtil
This is a recommended minimal capacity for arrays.
minDefined(long, long) - Static method in class com.devexperts.util.WideDecimal
 
MINUTE - Static variable in class com.devexperts.util.TimeUtil
Number of milliseconds in a minute.
Monitored - Annotation Type in com.devexperts.monitoring
Annotates bean attributes that are supposed to be monitored via MARS.
multiply(long, long) - Static method in class com.devexperts.util.WideDecimal
 

N

NaN - Static variable in class com.devexperts.util.WideDecimal
 
NAN_STRING - Static variable in class com.devexperts.util.WideDecimal
 
needData() - Method in class com.devexperts.io.BufferedInput
This method is invoked when input methods need more bytes to read data.
needSpace() - Method in class com.devexperts.io.BufferedOutput
This method is invoked when output methods need more space to write data.
needSpace() - Method in class com.devexperts.io.ByteArrayOutput
This method is invoked when output methods need more space to write data.
needSpace() - Method in class com.devexperts.io.ChunkedOutput
 
needSpace() - Method in class com.devexperts.io.StreamOutput
 
neg(long) - Static method in class com.devexperts.util.WideDecimal
 
NEGATIVE_INFINITY - Static variable in class com.devexperts.util.WideDecimal
 
NEGATIVE_INFINITY_STRING - Static variable in class com.devexperts.util.WideDecimal
 
newReference() - Method in class com.devexperts.util.ExecutorProvider
 
NONE - Static variable in class com.devexperts.io.StreamCompression
No compression.
NULL - Static variable in class com.devexperts.io.Marshalled
The null object for default SERIALIZATION marshaller.
NumberKeyIndexer<V> - Class in com.devexperts.util
Deprecated.
Use functional interfaced IndexerFunction.LongKey or IndexerFunction.IntKey instead.
NumberKeyIndexer() - Constructor for class com.devexperts.util.NumberKeyIndexer
Deprecated.
Sole constructor; for invocation by subclass constructors, typically implicit.

O

objectToBytes(Object) - Static method in class com.devexperts.io.IOUtil
Serializes an object to an array of bytes with Java Serialization.
of(V...) - Static method in class com.devexperts.util.IndexedSet
Creates a new set with default indexer containing specified elements.
of(V...) - Static method in class com.devexperts.util.SynchronizedIndexedSet
Creates a new set with default indexer containing specified elements.
offer(E) - Method in class com.devexperts.util.LockFreePool
Inserts the specified element into this pool, if possible.
offer(E) - Method in class com.devexperts.util.ThreadLocalPool
Inserts the specified element into this pool.
offset - Variable in class com.devexperts.io.Chunk
 
openConnection(String) - Static method in class com.devexperts.io.URLInputStream
Opens URLConnection for specified URL.
openConnection(URL, String, String) - Static method in class com.devexperts.io.URLInputStream
Opens URLConnection for specified URL with specified credentials.
openConnection(URL, AuthToken) - Static method in class com.devexperts.io.URLInputStream
Opens URLConnection for specified URL with specified credentials.
out - Variable in class com.devexperts.io.StreamOutput
 
OverrideURLClassLoader - Class in com.devexperts.services
URLClassLoader that always gives preferences to its "services" resources over the ones of the parent class loader.
OverrideURLClassLoader(URL[], ClassLoader) - Constructor for class com.devexperts.services.OverrideURLClassLoader
 
OverrideURLClassLoader(URL[]) - Constructor for class com.devexperts.services.OverrideURLClassLoader
 
OverrideURLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class com.devexperts.services.OverrideURLClassLoader
 

P

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
Parse the string representing the local time in string format DateTimeFormatter.ISO_LOCAL_TIME.
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.

Q

QuickSort - Class in com.devexperts.util
This class implements modified version of Quick Sort algorithm.

R

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
Deprecated.
This method is provided for backwards compatibility, because it is extended in some legacy classes. It is always invoked with a length of 1. Override ByteArrayInput.readData() instead.
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
Deprecated.
use readBytes instead
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
Deprecated.
Use IndexedMap.removeKey(K) to be explicit about type and intent.
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.

S

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
Deprecated.
For internal tests only. May be removed in future QD releases.
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
Sets the total number of meaningful bytes stored in this chunk's underlying byte array.
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
Sets the range occupied by meaningful data within this chunk's underlying byte array.
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
Deprecated.
No replacement.
StartupService - Interface in com.devexperts.services
Deprecated.
No replacement
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
An implementation of BufferedInput that reads all data from source InputStream.
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
An implementation of BufferedOutput that writes all data to destination OutputStream.
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
Creates new empty set with default indexer IndexerFunction.DEFAULT.
SynchronizedIndexedSet(int) - Constructor for class com.devexperts.util.SynchronizedIndexedSet
Creates new empty set with default indexer IndexerFunction.DEFAULT and specified initial capacity.
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
Deprecated.
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.

T

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
Throws EOFException when requested by BufferedInput.needData() method.
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
A typed key for TypedMap.
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
 

U

UncloseableInputStream - Class in com.devexperts.io
Delegating InputStream that does not close underlying stream.
UncloseableInputStream(InputStream) - Constructor for class com.devexperts.io.UncloseableInputStream
 
UncloseableOutputStream - Class in com.devexperts.io
Delegating OutputStream that does not close underlying stream.
UncloseableOutputStream(OutputStream) - Constructor for class com.devexperts.io.UncloseableOutputStream
 
UNLIMITED - Static variable in class com.devexperts.util.TimePeriod
Time-period of "infinity" (time of Long.MAX_VALUE).
unmark() - Method in class com.devexperts.io.BufferedInput
Invalidates mark position in this buffered input.
unmark() - Method in class com.devexperts.io.ChunkedInput
Invalidates mark position in this buffered input.
unregister() - Method in class com.devexperts.management.Management.Registration
Unregister the object if registration is not failed and the object does not already exists.
UNSAFE - Static variable in class com.devexperts.util.UnsafeHolder
 
UnsafeHolder - Class in com.devexperts.util
Holds the reference to sun.misc.Unsafe instance.
UnsafeHolder() - Constructor for class com.devexperts.util.UnsafeHolder
 
unwrap(Object) - Static method in class com.devexperts.io.Marshalled
Unwraps Marshalled argument via Marshalled.getObject() call or returns object unmodified.
URLInputStream - Class in com.devexperts.io
Convenient class that opens specified URL for reading.
URLInputStream(String) - Constructor for class com.devexperts.io.URLInputStream
Creates a new URLInputStream instance for specified URL.
URLInputStream(URL, String, String) - Constructor for class com.devexperts.io.URLInputStream
Creates a new URLInputStream instance for specified URL with specified credentials.
URLInputStream(URL, String, String, long) - Constructor for class com.devexperts.io.URLInputStream
Creates a new URLInputStream instance for specified URL with specified credentials and specified If-Modified-Since request parameter.
URLInputStream(URL, AuthToken, long) - Constructor for class com.devexperts.io.URLInputStream
Creates a new URLInputStream instance for specified URL with specified credentials and specified If-Modified-Since request parameter.
URLSAFE - Static variable in class com.devexperts.util.Base64
 
URLSAFE_UNPADDED - Static variable in class com.devexperts.util.Base64
 

V

valueOf(String) - Static method in class com.devexperts.auth.AuthToken
Constructs an AuthToken from the specified string.
valueOf(String) - Static method in class com.devexperts.io.StreamCompression
Parses stream compression format description from string.
valueOf(long) - Static method in class com.devexperts.util.TimePeriod
Returns TimePeriod with value milliseconds.
valueOf(String) - Static method in class com.devexperts.util.TimePeriod
Returns TimePeriod represented with a given string.
values() - Method in class com.devexperts.util.AbstractLongMap
 
values() - Method in class com.devexperts.util.IndexedMap
Returns a collection view of the values contained in this map.
values() - Method in class com.devexperts.util.LongHashMap
Returns a collection view of the values contained in this map.

W

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
Writes a Marshalled object to a byte stream.
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.

Z

ZERO - Static variable in class com.devexperts.util.TimePeriod
Time-period of zero.
ZERO - Static variable in class com.devexperts.util.WideDecimal
 
ZERO_STRING - Static variable in class com.devexperts.util.WideDecimal
 
zeroToScale(int) - Static method in class com.devexperts.util.WideDecimal
 
ZIP - Static variable in class com.devexperts.io.StreamCompression
Zip compression format.
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2002–2025 Devexperts LLC. All rights reserved.