Serialized Form


Package com.google.common.collect

Class com.google.common.collect.ArrayListMultimap extends com.google.common.collect.AbstractListMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.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:
java.io.IOException

Class com.google.common.collect.AsynchronousComputationException extends ComputationException implements Serializable

serialVersionUID: 0L

Class com.google.common.collect.ComputationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 0L

Class com.google.common.collect.ConcurrentHashMultiset extends com.google.common.collect.AbstractMultiset<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the number of distinct elements, the first element, its count, the second element, its count, and so on
Throws:
java.io.IOException

Class com.google.common.collect.EnumBiMap extends com.google.common.collect.AbstractBiMap<K extends java.lang.Enum<K>,V extends java.lang.Enum<V>> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the key class, value class, number of entries, first key, first value, second key, second value, and so on.
Throws:
java.io.IOException

Class com.google.common.collect.EnumHashBiMap extends com.google.common.collect.AbstractBiMap<K extends java.lang.Enum<K>,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the key class, number of entries, first key, first value, second key, second value, and so on.
Throws:
java.io.IOException

Class com.google.common.collect.EnumMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E extends java.lang.Enum<E>> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.google.common.collect.HashBiMap extends com.google.common.collect.AbstractBiMap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the number of entries, first key, first value, second key, second value, and so on.
Throws:
java.io.IOException

Class com.google.common.collect.HashMultimap extends com.google.common.collect.AbstractSetMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.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:
java.io.IOException

Class com.google.common.collect.HashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the number of distinct elements, the first element, its count, the second element, its count, and so on
Throws:
java.io.IOException

Class com.google.common.collect.ImmutableBiMap extends ImmutableMap<K,V> implements Serializable

Serialization Methods

writeReplace

java.lang.Object writeReplace()

Class com.google.common.collect.ImmutableCollection extends java.lang.Object implements Serializable

Serialization Methods

writeReplace

java.lang.Object writeReplace()

Class com.google.common.collect.ImmutableList extends ImmutableCollection<E> implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.InvalidObjectException
Throws:
java.io.InvalidObjectException

writeReplace

java.lang.Object writeReplace()

Class com.google.common.collect.ImmutableListMultimap extends ImmutableMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.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:
java.io.IOException

Class com.google.common.collect.ImmutableMap extends java.lang.Object implements Serializable

Serialization Methods

writeReplace

java.lang.Object writeReplace()

Class com.google.common.collect.ImmutableMultimap extends java.lang.Object implements Serializable

serialVersionUID: 0L

Class com.google.common.collect.ImmutableMultiset extends ImmutableCollection<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the number of distinct elements, the first element, its count, the second element, its count, and so on
Throws:
java.io.IOException

writeReplace

java.lang.Object writeReplace()

Class com.google.common.collect.ImmutableSet extends ImmutableCollection<E> implements Serializable

Serialization Methods

writeReplace

java.lang.Object writeReplace()

Class com.google.common.collect.ImmutableSetMultimap extends ImmutableMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.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:
java.io.IOException

Class com.google.common.collect.ImmutableSortedMap extends com.google.common.collect.ImmutableSortedMapFauxverideShim<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

java.lang.Object writeReplace()

Class com.google.common.collect.ImmutableSortedSet extends com.google.common.collect.ImmutableSortedSetFauxverideShim<E> implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.InvalidObjectException
Throws:
java.io.InvalidObjectException

writeReplace

java.lang.Object writeReplace()

Class com.google.common.collect.LinkedHashMultimap extends com.google.common.collect.AbstractSetMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.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:
java.io.IOException

Class com.google.common.collect.LinkedHashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the number of distinct elements, the first element, its count, the second element, its count, and so on
Throws:
java.io.IOException

Class com.google.common.collect.LinkedListMultimap extends java.lang.Object implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.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:
java.io.IOException

Class com.google.common.collect.TreeMultimap extends com.google.common.collect.AbstractSortedSetMultimap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.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:
java.io.IOException

Class com.google.common.collect.TreeMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serial Data:
the comparator, the number of distinct elements, the first element, its count, the second element, its count, and so on
Throws:
java.io.IOException

Package com.google.common.util.concurrent

Class com.google.common.util.concurrent.UncheckedTimeoutException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 0L



Copyright © 2010 Google. All Rights Reserved.