- java.lang.Object
-
- ch.qos.logback.core.util.IntHolder
-
-
Field Summary
Fields Modifier and Type Field Description intvalue
-
Constructor Summary
Constructors Constructor Description IntHolder(int value)Constructs an IntHolder with the specified initial value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intget()Returns the current held value.voidinc()Increments the held value by 1.voidset(int newValue)Sets the held value to the specified new value.
-