static class RtfSink.Counter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
value |
Constructor and Description |
---|
Counter(int value) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
get() |
(package private) void |
increment() |
(package private) void |
increment(int value) |
(package private) void |
set(int value) |