Package ch.qos.logback.core.util
Class CharSequenceState
- java.lang.Object
-
- ch.qos.logback.core.util.CharSequenceState
-
class CharSequenceState extends java.lang.Object
Used to keep state about a char sequence.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) char
c
(package private) int
occurrences
-
Constructor Summary
Constructors Constructor Description CharSequenceState(char c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
incrementOccurrences()
-