public class Counter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
currentIndex
Field currentIndex
|
private int |
level
Field level
|
Constructor and Description |
---|
Counter(int depthLevel) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentIndex()
Method getCurrentIndex
|
int |
getDepth()
Method getDepth
|
void |
increaseCount()
Method increaseCount
|