private static final class TeeSinkTokenFilter.States
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AttributeSource.State |
finalState |
private java.util.List<AttributeSource.State> |
states |
Constructor and Description |
---|
States() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(AttributeSource.State state) |
(package private) AttributeSource.State |
getFinalState() |
(package private) java.util.Iterator<AttributeSource.State> |
getStates() |
(package private) void |
reset() |
(package private) void |
setFinalState(AttributeSource.State finalState) |
private final java.util.List<AttributeSource.State> states
private AttributeSource.State finalState
void setFinalState(AttributeSource.State finalState)
AttributeSource.State getFinalState()
void add(AttributeSource.State state)
java.util.Iterator<AttributeSource.State> getStates()
void reset()