Serialized Form


Package com.devexperts.io

Class com.devexperts.io.CSVFormatException extends IOException implements Serializable

serialVersionUID: 0L

Class com.devexperts.io.MarshallingException extends RuntimeException implements Serializable


Package com.devexperts.util

Class com.devexperts.util.IndexedMap extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

set

IndexedSet<K,V> set

Class com.devexperts.util.IndexedSet extends AbstractConcurrentSet<V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

indexer

Indexer<K,V> indexer

Class com.devexperts.util.IndexedSetStats extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

payload_size

int payload_size

allocated_size

int allocated_size

payload_distance

long payload_distance

amortized_cost

long amortized_cost

mod_count

long mod_count

Class com.devexperts.util.InvalidFormatException extends IllegalArgumentException implements Serializable

serialVersionUID: 0L

Class com.devexperts.util.LongHashMap extends AbstractLongMap<V> implements Serializable

serialVersionUID: -6950829448098599560L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the map instance from a stream (that is, deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of this map to a stream (that is, serialize this map).

Throws:
IOException

Class com.devexperts.util.LongHashSet extends AbstractLongSet implements Serializable

serialVersionUID: -1317101846278749919L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException
Reconstitute the set instance from a stream (that is, deserialize it).

Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of this set to a stream (that is, serialize this set).

Throws:
IOException

Class com.devexperts.util.SynchronizedIndexedSet extends IndexedSet<K,V> implements Serializable

serialVersionUID: 0L

Class com.devexperts.util.TimePeriod extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

value

long value



Copyright © 2013 Devexperts. All Rights Reserved.