|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Set
interface to minimize the effort
required to implement this interface.LongMap
interface, to minimize the effort required to implement this interface.LongSet
interface, to minimize the effort required to implement this interface.BufferedInput
for parsing of size-tagged packets.BufferedInput
using single byte array buffer.BufferedOutput
using single byte array buffer.IllegalStateException
if expression (position !
- 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.
- 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.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
-
- 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
-
- close() -
Method in class com.devexperts.io.StreamOutput
-
- close() -
Method in class com.devexperts.io.URLInputStream
-
- com.devexperts.io - package com.devexperts.io
- Input/output utility classes.
- com.devexperts.logging - package com.devexperts.logging
- Logging classes.
- com.devexperts.services - package com.devexperts.services
- Services, extensions and plugins framework.
- com.devexperts.util - package com.devexperts.util
- 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.
- compress(byte[]) -
Static method in class com.devexperts.io.IOUtil
- Compresses an array of bytes using Deflate algorithm as appropriate.
- 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.
- 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.
- 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(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.
- 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.
Object.hashCode()
and Object.equals(Object)
methods as appropriate.
TimeZone.getDefault()
method.
size() <= capacity
.
size() <= capacity
.
java.util.logging
logging.
Date
object into string according to the format like yyyyMMdd-HHmmss.
format
(new Date
(time)).
IndexedMap.getByKey(K)
to be explicit about type and intent.
URLInputStream
.
TimeZone.getTimeZone("GMT")
.
Indexer
that distinguishes and identifies elements using identity comparison of object keys.IndexedSet
which implements Map
interface.Indexer.DEFAULT
and default initial capacity.
Indexer.DEFAULT
and specified initial capacity.
Map
view for it.
Indexer.DEFAULT
and default initial capacity.
Indexer.DEFAULT
and specified initial capacity.
IndexedSet
static structure.IndexedSet
and IndexedMap
.AbstractLongSet.longIterator()
does.
AbstractLongMap.longKeySet()
method does.
Logging.decorateLogMessage(String)
method.
Collection
with methods that are specific
for long
values.LongMap
interface.LongSet
interface, backed by a hash table
(actually a LongHashMap
instance).Iterator
with methods that are specific
to long
values.Map
with methods that are specific
for long
values.Set
with methods that are specific
for long
values.BufferedInput.mark(int)
and BufferedInput.reset()
,
so this method always returns true.
Marshalled
when it fails to serialize/deserialize object.Indexer
that distinguishes and identifies elements using number keys.URLClassLoader
that always gives preferences to its "services" resources over the ones of
the parent class loader.List
of objects.int
value in a compact format (see IOUtil
).
int
value from the data input in a compact format.
long
value in a compact format (see IOUtil
).
long
value from the data input in a compact format.
IOUtil
).
IndexedMap.removeKey(K)
to be explicit about type and intent.
BufferedInput.mark(int)
method was last called on this input stream.
Service
via services provider framework.BufferedInput
that reads all data from source InputStream
.BufferedOutput
that writes all data to destination OutputStream
.IndexedSet
class.Indexer.DEFAULT
and default initial capacity.
Indexer.DEFAULT
and specified initial capacity.
SecurityException
.EOFException
when requested by BufferedInput.needData()
method.
TypedMap
.Marshalled
argument via Marshalled.getObject()
call or returns object unmodified.
TimePeriod
with value milliseconds.
TimePeriod
represented with a given string.
format
method.
format
method.
int
value in a compact format (see IOUtil
).
int
value to the data output in a compact format.
long
value in a compact format (see IOUtil
).
long
value to the data output in a compact format.
IOUtil
).
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |