Serialized Form
- 
Package com.google.common.base- 
Class com.google.common.base.Equivalence.Wrapper extends java.lang.Object implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.base.Optional extends java.lang.Object implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.base.VerifyException extends java.lang.RuntimeException implements Serializable
 
- 
- 
Package com.google.common.cache- 
Class com.google.common.cache.CacheLoader.InvalidCacheLoadException extends java.lang.RuntimeException implements Serializable
- 
Class com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException extends java.lang.UnsupportedOperationException implements Serializable
- 
Class com.google.common.cache.RemovalNotification extends java.util.AbstractMap.SimpleImmutableEntry<@Nullable K,@Nullable V> implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
causeRemovalCause cause 
 
- 
 
 
- 
- 
Package com.google.common.collect- 
Class com.google.common.collect.ArrayListMultimap extends com.google.common.collect.ArrayListMultimapGwtSerializationDependencies<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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.ArrayTable extends com.google.common.collect.AbstractTable<R,C,@Nullable V> implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
array@Nullable V[][] array 
- 
columnKeyToIndexImmutableMap<C,java.lang.Integer> columnKeyToIndex 
- 
columnListImmutableList<C> columnList 
- 
rowKeyToIndexImmutableMap<R,java.lang.Integer> rowKeyToIndex 
- 
rowListImmutableList<R> rowList 
 
- 
 
- 
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:
- 1L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException - Serial Data:
- the ConcurrentMap of elements and their counts.
- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.google.common.collect.ContiguousSet extends ImmutableSortedSet<C extends java.lang.Comparable> implements Serializable- 
Serialization Methods- 
writeReplace@GwtIncompatible java.lang.Object writeReplace() 
 
- 
- 
Serialized Fields- 
domainDiscreteDomain<C extends java.lang.Comparable> domain 
 
- 
 
- 
- 
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@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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 extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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.AbstractMultiset<E extends java.lang.Enum<E>> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible 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@GwtIncompatible private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.google.common.collect.EvictingQueue extends ForwardingQueue<E> implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
delegatejava.util.Queue<E> delegate 
- 
maxSizeint maxSize 
 
- 
 
- 
Class com.google.common.collect.HashBasedTable extends com.google.common.collect.StandardTable<R,C,V> implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.collect.HashBiMap extends com.google.common.collect.Maps.IteratorBasedAbstractMap<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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.HashMultimapGwtSerializationDependencies<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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 extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableClassToInstanceMap extends ForwardingMap<java.lang.Class<? extends @NonNull B>,B> implements Serializable- 
Serialization Methods- 
readResolvejava.lang.Object readResolve() 
 
- 
- 
Serialized Fields- 
delegateImmutableMap<java.lang.Class<? extends B>,B> delegate 
 
- 
 
- 
- 
Class com.google.common.collect.ImmutableCollection extends java.util.AbstractCollection<E> implements Serializable- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplace@GwtIncompatible java.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableList extends ImmutableCollection<E> implements Serializable- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplace@GwtIncompatible java.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableListMultimap extends ImmutableMultimap<K,V> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplacejava.lang.Object writeReplace() Returns a serializable form of this object. Non-public subclasses should not override this method. Publicly-accessible subclasses must override this method and should return a subclass of SerializedForm whose readResolve() method returns objects of the subclass type.
 
- 
 
- 
Class com.google.common.collect.ImmutableMultimap extends com.google.common.collect.BaseImmutableMultimap<K,V> implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.collect.ImmutableMultiset extends com.google.common.collect.ImmutableMultisetGwtSerializationDependencies<E> implements Serializable- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplace@GwtIncompatible java.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableRangeMap extends java.lang.Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableRangeSet extends com.google.common.collect.AbstractRangeSet<C extends java.lang.Comparable> implements Serializable- 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
 
- 
- 
Class com.google.common.collect.ImmutableSet extends ImmutableCollection<E> implements Serializable- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableSetMultimap extends ImmutableMultimap<K,V> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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 ImmutableMap<K,V> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableSortedMultiset extends ImmutableMultiset<E> implements Serializable- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableSortedSet extends com.google.common.collect.ImmutableSet.CachingAsList<E> implements Serializable- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream unused) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.ImmutableTable extends com.google.common.collect.AbstractTable<R,C,V> implements Serializable- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplace@GwtIncompatible abstract java.lang.Object writeReplace() 
 
- 
 
- 
Class com.google.common.collect.LinkedHashMultimap extends com.google.common.collect.LinkedHashMultimapGwtSerializationDependencies<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException - Serial Data:
- the expected values per key, the number of distinct keys, the number of entries, and the entries in order
- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.google.common.collect.LinkedHashMultiset extends com.google.common.collect.AbstractMapBasedMultiset<E extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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 com.google.common.collect.AbstractMultimap<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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.MutableClassToInstanceMap extends ForwardingMap<java.lang.Class<? extends @NonNull B extends @Nullable java.lang.Object>,B extends @Nullable java.lang.Object> implements Serializable- 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplaceprivate java.lang.Object writeReplace() 
 
- 
- 
Serialized Fields
 
- 
- 
Class com.google.common.collect.Range extends com.google.common.collect.RangeGwtSerializationDependencies implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readResolvejava.lang.Object readResolve() 
 
- 
- 
Serialized Fields
 
- 
Class com.google.common.collect.TreeBasedTable extends com.google.common.collect.StandardRowSortedTable<R,C,V> implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
columnComparatorjava.util.Comparator<? super C> columnComparator 
 
- 
 
- 
Class com.google.common.collect.TreeMultimap extends com.google.common.collect.AbstractSortedKeySortedSetMultimap<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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.AbstractSortedMultiset<E extends @Nullable java.lang.Object> implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject@GwtIncompatible private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException - Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObject@GwtIncompatible 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
 
 
- 
 
- 
Class com.google.common.collect.TreeRangeSet extends com.google.common.collect.AbstractRangeSet<C extends java.lang.Comparable<?>> implements Serializable
 
- 
- 
Package com.google.common.hash- 
Class com.google.common.hash.BloomFilter extends java.lang.Object implements Serializable- serialVersionUID:
- -889275714L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream stream) throws java.io.InvalidObjectException - Throws:
- java.io.InvalidObjectException
 
- 
writeReplaceprivate java.lang.Object writeReplace() 
 
- 
- 
Serialized Fields- 
bitscom.google.common.hash.BloomFilterStrategies.LockFreeBitArray bits The bit set of the BloomFilter (not necessarily power of 2!)
- 
funnelFunnel<? super T extends @Nullable java.lang.Object> funnel The funnel to translate Ts to bytes
- 
numHashFunctionsint numHashFunctions Number of hashes per element
- 
strategycom.google.common.hash.BloomFilter.Strategy strategy The strategy we employ to map an element T tonumHashFunctionsbit indexes.
 
- 
 
 
- 
- 
Package com.google.common.io- 
Class com.google.common.io.BaseEncoding.DecodingException extends java.io.IOException implements Serializable
- 
Class com.google.common.io.InsecureRecursiveDeleteException extends java.nio.file.FileSystemException implements Serializable
 
- 
- 
Package com.google.common.math- 
Class com.google.common.math.PairedStats extends java.lang.Object implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.math.Stats extends java.lang.Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
countlong count 
- 
maxdouble max 
- 
meandouble mean 
- 
mindouble min 
- 
sumOfSquaresOfDeltasdouble sumOfSquaresOfDeltas 
 
- 
 
 
- 
- 
Package com.google.common.net- 
Class com.google.common.net.HostAndPort extends java.lang.Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialized Fields- 
hasBracketlessColonsboolean hasBracketlessColons True if the parsed host has colons, but no surrounding brackets.
- 
hostjava.lang.String host Hostname, IPv4/IPv6 literal, or unvalidated nonsense.
- 
portint port Validated port number in the range [0..65535], or NO_PORT
 
- 
 
 
- 
- 
Package com.google.common.primitives- 
Class com.google.common.primitives.ImmutableDoubleArray extends java.lang.Object implements Serializable- 
Serialization Methods- 
readResolvejava.lang.Object readResolve() 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
- 
Serialized Fields- 
arraydouble[] array 
- 
endint end 
 
- 
 
- 
- 
Class com.google.common.primitives.ImmutableIntArray extends java.lang.Object implements Serializable- 
Serialization Methods- 
readResolvejava.lang.Object readResolve() 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
- 
Serialized Fields- 
arrayint[] array 
- 
endint end 
 
- 
 
- 
- 
Class com.google.common.primitives.ImmutableLongArray extends java.lang.Object implements Serializable- 
Serialization Methods- 
readResolvejava.lang.Object readResolve() 
- 
writeReplacejava.lang.Object writeReplace() 
 
- 
- 
Serialized Fields- 
arraylong[] array 
- 
endint end 
 
- 
 
- 
- 
Class com.google.common.primitives.UnsignedInteger extends java.lang.Number implements Serializable- 
Serialized Fields- 
valueint value 
 
- 
 
- 
- 
Class com.google.common.primitives.UnsignedLong extends java.lang.Number implements Serializable- 
Serialized Fields- 
valuelong value 
 
- 
 
- 
 
- 
- 
Package com.google.common.reflect- 
Class com.google.common.reflect.TypeToken extends com.google.common.reflect.TypeCapture<T> implements Serializable- serialVersionUID:
- 3637540370352322684L
 - 
Serialization Methods- 
writeReplaceprotected java.lang.Object writeReplace() Implemented to support serialization of subclasses.
 
- 
- 
Serialized Fields- 
runtimeTypejava.lang.reflect.Type runtimeType 
 
- 
 
- 
Class com.google.common.reflect.TypeToken.TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable- serialVersionUID:
- 0L
 
 
- 
- 
Package com.google.common.util.concurrent- 
Class com.google.common.util.concurrent.AtomicDouble extends java.lang.Number implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException Saves the state to a stream (that is, serializes it).- Serial Data:
- The current value is emitted (a double).
- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.google.common.util.concurrent.AtomicDoubleArray extends java.lang.Object implements Serializable- serialVersionUID:
- 0L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException Saves the state to a stream (that is, serializes it).- Serial Data:
- The length of the array is emitted (int), followed by all of its elements (each a
     double) in the proper order.
- Throws:
- java.io.IOException
 
 
- 
 
- 
Class com.google.common.util.concurrent.AtomicLongMap extends java.lang.Object implements Serializable- 
Serialized Fields- 
mapjava.util.concurrent.ConcurrentHashMap<K,java.lang.Long> map 
 
- 
 
- 
- 
Class com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace implements Serializable- 
Serialized Fields- 
conflictingStackTracecom.google.common.util.concurrent.CycleDetectingLockFactory.ExampleStackTrace conflictingStackTrace 
 
- 
 
- 
- 
Class com.google.common.util.concurrent.ExecutionError extends java.lang.Error implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.util.concurrent.UncheckedExecutionException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 0L
 
- 
Class com.google.common.util.concurrent.UncheckedTimeoutException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 0L
 
 
-