Serialized Form (Guava: Google Core Libraries for Java 11.0.1 API)
Serialized Form
Package com.google.common.base
serialVersionUID: 0L
equivalence
Equivalence <T > equivalence
reference
Object reference
serialVersionUID: 0L
Package com.google.common.cache
Package com.google.common.collect
serialVersionUID: 0L
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
serialVersionUID: 0L
rowList
ImmutableList <E > rowList
columnList
ImmutableList <E > columnList
rowKeyToIndex
ImmutableMap <K ,V > rowKeyToIndex
columnKeyToIndex
ImmutableMap <K ,V > columnKeyToIndex
array
Object [][] array
serialVersionUID: 0L
serialVersionUID: 0L
serialVersionUID: 1L
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
domain
DiscreteDomain <C extends Comparable > domain
serialVersionUID: 0L
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
serialVersionUID: 0L
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
serialVersionUID: 0L
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
serialVersionUID: 0L
serialVersionUID: 0L
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
serialVersionUID: 0L
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
serialVersionUID: 0L
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
writeReplace
Object writeReplace ()
writeReplace
Object writeReplace ()
readObject
private void readObject (ObjectInputStream stream)
throws InvalidObjectException
Throws:
InvalidObjectException
writeReplace
Object writeReplace ()
serialVersionUID: 0L
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
writeReplace
Object writeReplace ()
serialVersionUID: 0L
writeReplace
Object writeReplace ()
writeReplace
Object writeReplace ()
serialVersionUID: 0L
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
serialVersionUID: 0L
writeReplace
Object writeReplace ()
readObject
private void readObject (ObjectInputStream stream)
throws InvalidObjectException
Throws:
InvalidObjectException
writeReplace
Object writeReplace ()
serialVersionUID: 0L
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
serialVersionUID: 0L
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
serialVersionUID: 0L
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
serialVersionUID: 0L
lowerBound
com.google.common.collect.Cut<C extends Comparable > lowerBound
upperBound
com.google.common.collect.Cut<C extends Comparable > upperBound
serialVersionUID: 0L
columnComparator
Comparator <T > columnComparator
serialVersionUID: 0L
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
serialVersionUID: 1L
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
Package com.google.common.hash
writeReplace
private Object writeReplace ()
bits
com.google.common.hash.BloomFilter.BitArray bits
A power of two sized bit set
hashBitsPerSlice
int hashBitsPerSlice
Number of bits required to index a bit out of bits
numHashFunctions
int numHashFunctions
Number of hashes per element
funnel
Funnel <T > funnel
The funnel to translate T's to bytes
hashFunction
HashFunction hashFunction
The HashFunction that generates as many bits as this BloomFilter needs
Package com.google.common.primitives
value
int value
value
long value
Package com.google.common.util.concurrent
serialVersionUID: 0L
readObject
private void readObject (ObjectInputStream s)
throws IOException ,
ClassNotFoundException
Reconstitutes the instance from a stream (that is, deserializes it).
Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject (ObjectOutputStream s)
throws IOException
Saves the state to a stream (that is, serializes it).
Serial Data:
The current value is emitted (a double
).
Throws:
IOException
serialVersionUID: 0L
readObject
private void readObject (ObjectInputStream s)
throws IOException ,
ClassNotFoundException
Reconstitutes the instance from a stream (that is, deserializes it).
Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject (ObjectOutputStream s)
throws 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:
IOException
serialVersionUID: 0L
serialVersionUID: 0L
serialVersionUID: 0L
Copyright © 2010-2012. All Rights Reserved.