Serialized Form
-
Package no.digipost.collection
-
Exception Class no.digipost.collection.ConflictingElementEncountered
class ConflictingElementEncountered extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package no.digipost.concurrent
-
Exception Class no.digipost.concurrent.OneTimeAssignment.AlreadyAssigned
class AlreadyAssigned extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Exception Class no.digipost.concurrent.Waiter.WasInterrupted
class WasInterrupted extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package no.digipost.function
-
Package no.digipost.io
-
Exception Class no.digipost.io.ConsumingInputStream.ProducerFailed
class ProducerFailed extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class no.digipost.io.DataSize
class DataSize extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
long bytes
-
-
-
Package no.digipost.time
-
Class no.digipost.time.ControllableClock
class ControllableClock extends Clock implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
delegate
AtomicReference<Clock> delegate
-
-
Class no.digipost.time.TimeSpan
class TimeSpan extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package no.digipost.util
-
Class no.digipost.util.Attribute
class Attribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
The name of this attribute.
-
-
Class no.digipost.util.AttributesMap
class AttributesMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class no.digipost.util.GetsNamedValue.NotFound
class NotFound extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class no.digipost.util.JustA
class JustA extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
theValue
T theValue
-
toString
SerializableFunction<? super T,
String> toString
-
-
Class no.digipost.util.JustALong
class JustALong extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
theLong
long theLong
-
toString
SerializableFunction<? super Long,
String> toString
-
-
Exception Class no.digipost.util.ViewableAsOptional.TooManyElements
class TooManyElements extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-