Serialized Form


Package com.google.common.base

Class com.google.common.base.Equivalence.Wrapper extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

equivalence

Equivalence<T> equivalence

reference

Object reference

Class com.google.common.base.Optional extends Object implements Serializable

serialVersionUID: 0L


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

@GwtIncompatible(value="java.io.ObjectOutputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

Class com.google.common.collect.ArrayTable extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

rowList

ImmutableList<E> rowList

columnList

ImmutableList<E> columnList

rowKeyToIndex

ImmutableMap<K,V> rowKeyToIndex

columnKeyToIndex

ImmutableMap<K,V> columnKeyToIndex

array

Object[][] array

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

serialVersionUID: 0L

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

serialVersionUID: 0L

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

serialVersionUID: 1L

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Serial Data:
the ConcurrentMap of elements and their counts.
Throws:
IOException

Class com.google.common.collect.ContiguousSet extends ImmutableSortedSet<C extends Comparable> implements Serializable

Serialized Fields

domain

DiscreteDomain<C extends Comparable> domain

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
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

@GwtIncompatible(value="java.io.ObjectOutputStream")
private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException

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.AbstractBiMap<K,V> implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

Serialization Methods

writeReplace

Object writeReplace()

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

Serialization Methods

writeReplace

Object writeReplace()

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

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws InvalidObjectException
Throws:
InvalidObjectException

writeReplace

Object writeReplace()

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

Serialization Methods

writeReplace

Object writeReplace()

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

serialVersionUID: 0L

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

Serialization Methods

writeReplace

Object writeReplace()

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

Serialization Methods

writeReplace

Object writeReplace()

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

serialVersionUID: 0L

Serialization Methods

writeReplace

Object writeReplace()

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

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws InvalidObjectException
Throws:
InvalidObjectException

writeReplace

Object writeReplace()

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

Class com.google.common.collect.Range extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

lowerBound

com.google.common.collect.Cut<C extends Comparable> lowerBound

upperBound

com.google.common.collect.Cut<C extends Comparable> upperBound

Class com.google.common.collect.TreeBasedTable extends com.google.common.collect.StandardRowSortedTable<R,C,V> implements Serializable

serialVersionUID: 0L

Serialized Fields

columnComparator

Comparator<T> columnComparator

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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

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

serialVersionUID: 0L

Serialization Methods

readObject

@GwtIncompatible(value="java.io.ObjectInputStream")
private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

@GwtIncompatible(value="java.io.ObjectOutputStream")
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
Serialized Fields

comparator

Comparator<T> comparator

Package com.google.common.collect.testing

Class com.google.common.collect.testing.BaseComparable extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

s

String s

Class com.google.common.collect.testing.DerivedComparable extends BaseComparable implements Serializable

serialVersionUID: 0L

Class com.google.common.collect.testing.SafeTreeMap extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

delegate

NavigableMap<K,V> delegate

Class com.google.common.collect.testing.SafeTreeSet extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

delegate

NavigableSet<E> delegate

Package com.google.common.collect.testing.features

Class com.google.common.collect.testing.features.ConflictingRequirementsException extends Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

conflicts

Set<E> conflicts

source

Object source

Package com.google.common.testing

Class com.google.common.testing.GuavaAsserts.TestAssertionFailure extends AssertionError implements Serializable


Package com.google.common.util.concurrent

Class com.google.common.util.concurrent.ExecutionError extends Error implements Serializable

serialVersionUID: 0L

Class com.google.common.util.concurrent.UncheckedExecutionException extends RuntimeException implements Serializable

serialVersionUID: 0L

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

serialVersionUID: 0L


Package java.util.concurrent

Class java.util.concurrent.ArrayBlockingQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: -817911632652898426L

Serialized Fields

items

Object[] items

takeIndex

int takeIndex

putIndex

int putIndex

count

int count

lock

ReentrantLock lock

notEmpty

Condition notEmpty

notFull

Condition notFull

Class java.util.concurrent.BrokenBarrierException extends Exception implements Serializable

serialVersionUID: 7117394618823254244L

Class java.util.concurrent.CancellationException extends IllegalStateException implements Serializable

serialVersionUID: -9202173006928992231L

Class java.util.concurrent.ConcurrentHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

readObject

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

writeObject

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

segmentMask

int segmentMask

segmentShift

int segmentShift

segments

java.util.concurrent.ConcurrentHashMap.Segment<K,V>[] segments

Class java.util.concurrent.ConcurrentLinkedQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: 196745693267521676L

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.concurrent.ConcurrentSkipListMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: -8627078645895051609L

Serialization Methods

readObject

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

writeObject

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

comparator

Comparator<T> comparator

Class java.util.concurrent.ConcurrentSkipListSet extends AbstractSet<E> implements Serializable

serialVersionUID: -2479143111061671589L

Serialized Fields

m

ConcurrentNavigableMap<K,V> m

Class java.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable

serialVersionUID: 8673264195747942595L

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.concurrent.CopyOnWriteArraySet extends AbstractSet<E> implements Serializable

serialVersionUID: 5457747651344034263L

Serialized Fields

al

CopyOnWriteArrayList<E> al

Class java.util.concurrent.ExecutionException extends Exception implements Serializable

serialVersionUID: 7830266012832686185L

Class java.util.concurrent.LinkedBlockingDeque extends AbstractQueue<E> implements Serializable

serialVersionUID: -387911632671998426L

Serialization Methods

readObject

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

writeObject

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

capacity

int capacity

lock

ReentrantLock lock

notEmpty

Condition notEmpty

notFull

Condition notFull

Class java.util.concurrent.LinkedBlockingQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: -6903933977591709194L

Serialization Methods

readObject

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

writeObject

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

capacity

int capacity

count

AtomicInteger count

takeLock

ReentrantLock takeLock

notEmpty

Condition notEmpty

putLock

ReentrantLock putLock

notFull

Condition notFull

Class java.util.concurrent.PriorityBlockingQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: 5595510919245408276L

Serialization Methods

writeObject

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

q

PriorityQueue<E> q

lock

ReentrantLock lock

notEmpty

Condition notEmpty

Class java.util.concurrent.RejectedExecutionException extends RuntimeException implements Serializable

serialVersionUID: -375805702767069545L

Class java.util.concurrent.Semaphore extends Object implements Serializable

serialVersionUID: -3222578661600680210L

Serialized Fields

sync

java.util.concurrent.Semaphore.Sync sync

Class java.util.concurrent.SynchronousQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: -3223113410248163686L

Serialization Methods

readObject

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

writeObject

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

qlock

ReentrantLock qlock

waitingProducers

java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers

waitingConsumers

java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers

Class java.util.concurrent.TimeoutException extends Exception implements Serializable

serialVersionUID: 1900926677490660714L



Copyright © 2010-2012. All Rights Reserved.