Package io.atlassian.fugue
Class Iterables.LazyReference.State
- java.lang.Object
-
- io.atlassian.fugue.Iterables.LazyReference.State
-
- Enclosing class:
- Iterables.LazyReference<T>
static final class Iterables.LazyReference.State extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description State()
-
-
-
Field Detail
-
INIT
static final int INIT
- See Also:
- Constant Field Values
-
RUNNING
static final int RUNNING
- See Also:
- Constant Field Values
-
RAN
static final int RAN
- See Also:
- Constant Field Values
-
CANCELLED
static final int CANCELLED
- See Also:
- Constant Field Values
-
-