Serialized Form
Package com.google.common.collect |
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for
each distinct key: the key, number of values for that key, and the
key's values
- Throws:
IOException
serialVersionUID: 0L
serialVersionUID: 0L
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the number of distinct elements, the first element, its count,
the second element, its count, and so on
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the key class, value class, number of entries, first key, first
value, second key, second value, and so on.
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the key class, number of entries, first key, first value,
second key, second value, and so on.
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Serial Data:
- the
Class<E>
for the enum type, the number of distinct
elements, the first element, its count, the second element, its count,
and so on
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the number of entries, first key, first value, second key,
second value, and so on.
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for
each distinct key: the key, number of values for that key, and the
key's values
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the number of distinct elements, the first element, its count,
the second element, its count, and so on
- Throws:
IOException
writeReplace
Object writeReplace()
writeReplace
Object writeReplace()
readObject
private void readObject(ObjectInputStream stream)
throws InvalidObjectException
- Throws:
InvalidObjectException
writeReplace
Object writeReplace()
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- number of distinct keys, and then for each distinct key: the
key, the number of values for that key, and the key's values
- Throws:
IOException
writeReplace
Object writeReplace()
serialVersionUID: 0L
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the number of distinct elements, the first element, its count,
the second element, its count, and so on
- Throws:
IOException
writeReplace
Object writeReplace()
writeReplace
Object writeReplace()
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- number of distinct keys, and then for each distinct key: the
key, the number of values for that key, and the key's values
- Throws:
IOException
serialVersionUID: 0L
writeReplace
Object writeReplace()
readObject
private void readObject(ObjectInputStream stream)
throws InvalidObjectException
- Throws:
InvalidObjectException
writeReplace
Object writeReplace()
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the number of distinct keys, and then for each distinct key:
the first key, the number of values for that key, and the key's values,
followed by successive keys and values from the entries() ordering
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the number of distinct elements, the first element, its count,
the second element, its count, and so on
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the number of distinct keys, and then for each distinct key:
the first key, the number of values for that key, and the key's values,
followed by successive keys and values from the entries() ordering
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- key comparator, value comparator, number of distinct keys, and
then for each distinct key: the key, number of values for that key, and
key values
- Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serial Data:
- the comparator, the number of distinct elements, the first
element, its count, the second element, its count, and so on
- Throws:
IOException
Package com.google.common.util.concurrent |
serialVersionUID: 0L