Serialized Form
Package com.devexperts.io |
serialVersionUID: 0L
Package com.devexperts.util |
serialVersionUID: 0L
set
IndexedSet<K,V> set
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
indexer
Indexer<K,V> indexer
serialVersionUID: 0L
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
serialVersionUID: 0L
serialVersionUID: -6950829448098599560L
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
serialVersionUID: -1317101846278749919L
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
serialVersionUID: 0L
serialVersionUID: 0L
value
long value
Copyright © 2013 Devexperts. All Rights Reserved.