Package org.apache.commons.lang3.time
Class FastDateParser.StrategyAndWidth
java.lang.Object
org.apache.commons.lang3.time.FastDateParser.StrategyAndWidth
- Enclosing class:
FastDateParser
Holds strategy and field width
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final FastDateParser.Strategy
(package private) final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
strategy
-
width
final int width
-
-
Constructor Details
-
StrategyAndWidth
StrategyAndWidth(FastDateParser.Strategy strategy, int width)
-
-
Method Details