Serialized Form
-
Package dev.mccue.guava.concurrent
-
Class dev.mccue.guava.concurrent.AtomicDouble
class AtomicDouble extends Number implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves the state to a stream (that is, serializes it).- Serial Data:
- The current value is emitted (a
double). - Throws:
IOException
-
-
Class dev.mccue.guava.concurrent.AtomicDoubleArray
class AtomicDoubleArray extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
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
-
-
Class dev.mccue.guava.concurrent.AtomicLongMap
class AtomicLongMap extends Object implements Serializable-
Serialized Fields
-
map
ConcurrentHashMap<K,
Long> map
-
-
-
Exception dev.mccue.guava.concurrent.CycleDetectingLockFactory.PotentialDeadlockException
class PotentialDeadlockException extends dev.mccue.guava.concurrent.CycleDetectingLockFactory.ExampleStackTrace implements Serializable-
Serialized Fields
-
conflictingStackTrace
dev.mccue.guava.concurrent.CycleDetectingLockFactory.ExampleStackTrace conflictingStackTrace
-
-
-
Error dev.mccue.guava.concurrent.ExecutionError
class ExecutionError extends Error implements Serializable- serialVersionUID:
- 0L
-
Exception dev.mccue.guava.concurrent.UncheckedExecutionException
class UncheckedExecutionException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Exception dev.mccue.guava.concurrent.UncheckedTimeoutException
class UncheckedTimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-