Serialized Form
-
Package com.google.common.base
-
Class com.google.common.base.Equivalence.Wrapper extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
equivalence
Equivalence<? super T> equivalence
-
reference
T reference
-
-
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.collect
-
Class com.google.common.collect.ArrayListMultimap extends com.google.common.collect.AbstractListMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectOutputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
array
V[][] array
-
columnKeyToIndex
ImmutableMap<C,java.lang.Integer> columnKeyToIndex
-
columnList
ImmutableList<C> columnList
-
rowKeyToIndex
ImmutableMap<R,java.lang.Integer> rowKeyToIndex
-
rowList
ImmutableList<R> rowList
-
-
Class com.google.common.collect.ComputationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.ContiguousSet extends ImmutableSortedSet<C extends java.lang.Comparable> implements Serializable
-
Serialized Fields
-
domain
DiscreteDomain<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("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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
@GwtIncompatible("java.io.ObjectInputStream") 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("java.io.ObjectOutputStream") 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
-
delegate
java.util.Queue<E> delegate
-
maxSize
int 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 java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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.ImmutableClassToInstanceMap extends ForwardingMap<java.lang.Class<? extends B>,B> implements Serializable
-
Serialized Fields
-
delegate
ImmutableMap<java.lang.Class<? extends B>,B> delegate
-
-
-
Class com.google.common.collect.ImmutableCollection extends java.util.AbstractCollection<E> 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
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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 com.google.common.collect.AbstractMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.ImmutableMultiset extends ImmutableCollection<E> implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace()
-
-
-
Class com.google.common.collect.ImmutableRangeSet extends com.google.common.collect.AbstractRangeSet<C extends java.lang.Comparable> implements Serializable
-
Serialization Methods
-
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
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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.ImmutableSortedMultiset extends com.google.common.collect.ImmutableSortedMultisetFauxverideShim<E> implements Serializable
-
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:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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.Range extends java.lang.Object implements Serializable
- serialVersionUID:
- 0L
-
Class com.google.common.collect.TreeBasedTable extends com.google.common.collect.StandardRowSortedTable<R,C,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
columnComparator
java.util.Comparator<? super C> columnComparator
-
-
Class com.google.common.collect.TreeMultimap extends com.google.common.collect.AbstractSortedKeySortedSetMultimap<K,V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
@GwtIncompatible("java.io.ObjectInputStream") private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
@GwtIncompatible("java.io.ObjectOutputStream") 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.hash
-
Class com.google.common.hash.BloomFilter extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace()
-
-
Serialized Fields
-
bits
com.google.common.hash.BloomFilterStrategies.BitArray bits
The bit set of the BloomFilter (not necessarily power of 2!) -
funnel
Funnel<T> funnel
The funnel to translate Ts to bytes -
numHashFunctions
int numHashFunctions
Number of hashes per element -
strategy
com.google.common.hash.BloomFilter.Strategy strategy
The strategy we employ to map an element T tonumHashFunctions
bit indexes.
-
-
-
-
Package com.google.common.io
-
Class com.google.common.io.BaseEncoding.DecodingException extends java.io.IOException implements Serializable
-
-
Package com.google.common.primitives
-
Class com.google.common.primitives.UnsignedInteger extends java.lang.Number implements Serializable
-
Serialized Fields
-
value
int value
-
-
-
Class com.google.common.primitives.UnsignedLong extends java.lang.Number implements Serializable
-
Serialized Fields
-
value
long value
-
-
-
-
Package net.lax1dude.eaglercraft.v1_8
-
Class net.lax1dude.eaglercraft.v1_8.DecoderException extends java.lang.RuntimeException implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.EncoderException extends java.lang.RuntimeException implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.HFormatter.DuplicateFormatFlagsException extends java.lang.IllegalArgumentException implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.HFormatter.IllegalFormatWidthException extends java.lang.IllegalArgumentException implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.HFormatter.MissingFormatArgumentException extends java.lang.IllegalArgumentException implements Serializable
-
-
Package net.lax1dude.eaglercraft.v1_8.futures
-
Class net.lax1dude.eaglercraft.v1_8.futures.CancellationException extends java.lang.IllegalStateException implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.futures.ExecutionException extends java.lang.RuntimeException implements Serializable
-
-
Package net.lax1dude.eaglercraft.v1_8.internal
-
Class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime.PlatformIncompatibleException extends java.lang.IllegalStateException implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.internal.PlatformRuntime.RuntimeInitializationFailureException extends java.lang.IllegalStateException implements Serializable
-
-
Package net.lax1dude.eaglercraft.v1_8.internal.buffer
-
Class net.lax1dude.eaglercraft.v1_8.internal.buffer.EaglerArrayBufferAllocator.WrongBufferClassType extends java.lang.RuntimeException implements Serializable
-
-
Package net.lax1dude.eaglercraft.v1_8.internal.vfs
-
Class net.lax1dude.eaglercraft.v1_8.internal.vfs.VFSIterator.BreakLoop extends java.lang.RuntimeException implements Serializable
-
-
Package net.lax1dude.eaglercraft.v1_8.minecraft
-
Class net.lax1dude.eaglercraft.v1_8.minecraft.ChunkUpdateManager.EmptyBlockLayerException extends java.lang.IllegalStateException implements Serializable
-
-
Package net.lax1dude.eaglercraft.v1_8.socket
-
Class net.lax1dude.eaglercraft.v1_8.socket.CompressionNotSupportedException extends java.lang.UnsupportedOperationException implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.socket.EncryptionNotSupportedException extends java.lang.UnsupportedOperationException implements Serializable
-
-
Package net.lax1dude.eaglercraft.v1_8.vector
-
Class net.lax1dude.eaglercraft.v1_8.vector.Matrix extends java.lang.Object implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.vector.Matrix2f extends Matrix implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m00
float m00
-
m01
float m01
-
m10
float m10
-
m11
float m11
-
-
Class net.lax1dude.eaglercraft.v1_8.vector.Matrix3f extends Matrix implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m00
float m00
-
m01
float m01
-
m02
float m02
-
m10
float m10
-
m11
float m11
-
m12
float m12
-
m20
float m20
-
m21
float m21
-
m22
float m22
-
-
Class net.lax1dude.eaglercraft.v1_8.vector.Matrix4f extends Matrix implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m00
float m00
-
m01
float m01
-
m02
float m02
-
m03
float m03
-
m10
float m10
-
m11
float m11
-
m12
float m12
-
m13
float m13
-
m20
float m20
-
m21
float m21
-
m22
float m22
-
m23
float m23
-
m30
float m30
-
m31
float m31
-
m32
float m32
-
m33
float m33
-
-
Class net.lax1dude.eaglercraft.v1_8.vector.Quaternion extends Vector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
w
float w
-
x
float x
-
y
float y
-
z
float z
-
-
Class net.lax1dude.eaglercraft.v1_8.vector.Vector extends java.lang.Object implements Serializable
-
Class net.lax1dude.eaglercraft.v1_8.vector.Vector2f extends Vector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
x
float x
-
y
float y
-
-
Class net.lax1dude.eaglercraft.v1_8.vector.Vector3f extends Vector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
x
float x
-
y
float y
-
z
float z
-
-
Class net.lax1dude.eaglercraft.v1_8.vector.Vector4f extends Vector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
w
float w
-
x
float x
-
y
float y
-
z
float z
-
-
-
Package net.minecraft.client
-
Class net.minecraft.client.AnvilConverterException extends java.lang.Exception implements Serializable
-
-
Package net.minecraft.client.renderer
-
Class net.minecraft.client.renderer.StitcherException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
holder
Stitcher.Holder holder
-
-
-
-
Package net.minecraft.client.renderer.block.model
-
Class net.minecraft.client.renderer.block.model.ModelBlock.LoopException extends java.lang.RuntimeException implements Serializable
-
Class net.minecraft.client.renderer.block.model.ModelBlockDefinition.MissingVariantException extends java.lang.RuntimeException implements Serializable
-
-
Package net.minecraft.client.resources
-
Class net.minecraft.client.resources.ResourcePackFileNotFoundException extends java.io.FileNotFoundException implements Serializable
-
-
Package net.minecraft.client.util
-
Class net.minecraft.client.util.JsonException extends java.io.IOException implements Serializable
-
Serialized Fields
-
field_151382_b
java.lang.String field_151382_b
-
field_151383_a
java.util.List<JsonException.Entry> field_151383_a
-
-
-
-
Package net.minecraft.command
-
Class net.minecraft.command.CommandException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
errorObjects
java.lang.Object[] errorObjects
-
-
-
Class net.minecraft.command.EntityNotFoundException extends CommandException implements Serializable
-
Class net.minecraft.command.PlayerNotFoundException extends CommandException implements Serializable
-
-
Package net.minecraft.nbt
-
Class net.minecraft.nbt.NBTException extends java.lang.Exception implements Serializable
-
-
Package net.minecraft.network
-
Class net.minecraft.network.ThreadQuickExitException extends java.lang.RuntimeException implements Serializable
-
-
Package net.minecraft.util
-
Class net.minecraft.util.ChatComponentTranslationFormatException extends java.lang.IllegalArgumentException implements Serializable
-
Class net.minecraft.util.Matrix4f extends Matrix4f implements Serializable
-
Class net.minecraft.util.MinecraftError extends java.lang.Error implements Serializable
-
Class net.minecraft.util.ReportedException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
theReportedExceptionCrashReport
CrashReport theReportedExceptionCrashReport
-
-
-
-
Package net.minecraft.village
-
Class net.minecraft.village.MerchantRecipeList extends java.util.ArrayList<MerchantRecipe> implements Serializable
-
-
Package net.minecraft.world
-
Class net.minecraft.world.MinecraftException extends java.lang.Exception implements Serializable
-
-
Package org.apache.commons.lang3
-
Class org.apache.commons.lang3.CharSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 5947847346149275958L
-
Serialized Fields
-
set
java.util.Set<org.apache.commons.lang3.CharRange> set
The set of CharRange objects.
-
-
Class org.apache.commons.lang3.NotImplementedException extends java.lang.UnsupportedOperationException implements Serializable
- serialVersionUID:
- 20131021L
-
Serialized Fields
-
code
java.lang.String code
-
-
Class org.apache.commons.lang3.ObjectUtils.Null extends java.lang.Object implements Serializable
- serialVersionUID:
- 7092611880189329093L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Ensure singleton.
-
-
Class org.apache.commons.lang3.Range extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.commons.lang3.SerializationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 4029025366392702726L
-
-
Package org.apache.commons.lang3.builder
-
Class org.apache.commons.lang3.builder.ToStringStyle extends java.lang.Object implements Serializable
- serialVersionUID:
- -2587890625525655916L
-
Serialized Fields
-
arrayContentDetail
boolean arrayContentDetail
The detail for array content. -
arrayEnd
java.lang.String arrayEnd
The array end'
'}. -
arraySeparator
java.lang.String arraySeparator
The array separator','
. -
arrayStart
java.lang.String arrayStart
The array start'{'
. -
contentEnd
java.lang.String contentEnd
The content end']'
. -
contentStart
java.lang.String contentStart
The content start'['
. -
defaultFullDetail
boolean defaultFullDetail
The value to use when fullDetail isnull
, the default value istrue
. -
fieldNameValueSeparator
java.lang.String fieldNameValueSeparator
The field name value separator'='
. -
fieldSeparator
java.lang.String fieldSeparator
The field separator','
. -
fieldSeparatorAtEnd
boolean fieldSeparatorAtEnd
Whether the field separator should be added after any other fields. -
fieldSeparatorAtStart
boolean fieldSeparatorAtStart
Whether the field separator should be added before any other fields. -
nullText
java.lang.String nullText
Thenull
text'<null>'
. -
sizeEndText
java.lang.String sizeEndText
The summary size text start'>'
. -
sizeStartText
java.lang.String sizeStartText
The summary size text start'<size'
. -
summaryObjectEndText
java.lang.String summaryObjectEndText
The summary object text start'>'
. -
summaryObjectStartText
java.lang.String summaryObjectStartText
The summary object text start'<'
. -
useClassName
boolean useClassName
Whether to use the class name, the default istrue
. -
useFieldNames
boolean useFieldNames
Whether to use the field names, the default istrue
. -
useIdentityHashCode
boolean useIdentityHashCode
Whether to use the identity hash code, the default istrue
. -
useShortClassName
boolean useShortClassName
Whether to use short class names, the default isfalse
.
-
-
-
Package org.apache.commons.lang3.compare
-
Class org.apache.commons.lang3.compare.ObjectToStringComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.commons.lang3.exception
-
Class org.apache.commons.lang3.exception.CloneFailedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 20091223L
-
-
Package org.apache.commons.lang3.math
-
Class org.apache.commons.lang3.math.Fraction extends java.lang.Number implements Serializable
- serialVersionUID:
- 65382027393090L
-
Serialized Fields
-
denominator
int denominator
The denominator number part of the fraction (the seven in three sevenths). -
numerator
int numerator
The numerator number part of the fraction (the three in three sevenths).
-
-
-
Package org.apache.commons.lang3.mutable
-
Class org.apache.commons.lang3.mutable.MutableBoolean extends java.lang.Object implements Serializable
- serialVersionUID:
- -4830728138360036487L
-
Serialized Fields
-
value
boolean value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableByte extends java.lang.Number implements Serializable
- serialVersionUID:
- -1585823265L
-
Serialized Fields
-
value
byte value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableDouble extends java.lang.Number implements Serializable
- serialVersionUID:
- 1587163916L
-
Serialized Fields
-
value
double value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableFloat extends java.lang.Number implements Serializable
- serialVersionUID:
- 5787169186L
-
Serialized Fields
-
value
float value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableInt extends java.lang.Number implements Serializable
- serialVersionUID:
- 512176391864L
-
Serialized Fields
-
value
int value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableLong extends java.lang.Number implements Serializable
- serialVersionUID:
- 62986528375L
-
Serialized Fields
-
value
long value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableObject extends java.lang.Object implements Serializable
- serialVersionUID:
- 86241875189L
-
Serialized Fields
-
value
T value
The mutable value.
-
-
Class org.apache.commons.lang3.mutable.MutableShort extends java.lang.Number implements Serializable
- serialVersionUID:
- -2135791679L
-
Serialized Fields
-
value
short value
The mutable value.
-
-
-
Package org.apache.commons.lang3.text
-
Class org.apache.commons.lang3.text.CompositeFormat extends java.text.Format implements Serializable
- serialVersionUID:
- -4329119827877627683L
-
Serialized Fields
-
formatter
java.text.Format formatter
Deprecated.The formatter to use. -
parser
java.text.Format parser
Deprecated.The parser to use.
-
-
Class org.apache.commons.lang3.text.ExtendedMessageFormat extends java.text.MessageFormat implements Serializable
- serialVersionUID:
- -2362048321261811743L
-
Serialized Fields
-
registry
java.util.Map<java.lang.String,? extends FormatFactory> registry
Deprecated. -
toPattern
java.lang.String toPattern
Deprecated.
-
-
Class org.apache.commons.lang3.text.StrBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 7628716375283629643L
-
Serialized Fields
-
buffer
char[] buffer
Deprecated.Internal data storage. -
newLine
java.lang.String newLine
Deprecated.The new line. -
nullText
java.lang.String nullText
Deprecated.The null text. -
size
int size
Deprecated.Current size of the buffer.
-
-
-
Package org.apache.commons.lang3.time
-
Class org.apache.commons.lang3.time.FastDateFormat extends java.text.Format implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
parser
FastDateParser parser
-
printer
FastDatePrinter printer
-
-
Class org.apache.commons.lang3.time.FastDateParser extends java.lang.Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Creates the object after serialization. This implementation reinitializes the transient properties.- Throws:
java.io.IOException
- if there is an IO issue.java.lang.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
century
int century
-
locale
java.util.Locale locale
-
pattern
java.lang.String pattern
-
startYear
int startYear
-
timeZone
java.util.TimeZone timeZone
-
-
Class org.apache.commons.lang3.time.FastDatePrinter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Create the object after serialization. This implementation reinitializes the transient properties.- Throws:
java.io.IOException
- if there is an IO issue.java.lang.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
mLocale
java.util.Locale mLocale
The locale. -
mPattern
java.lang.String mPattern
The pattern. -
mTimeZone
java.util.TimeZone mTimeZone
The time zone.
-
-
-
Package org.json
-
Class org.json.JSONException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 0L
-
Class org.json.JSONPointerException extends JSONException implements Serializable
- serialVersionUID:
- 8872944667561856751L
-