public class MetricNamer extends Object
| Constructor and Description |
|---|
MetricNamer(int expectedSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
This will not reset separator to default value, unlike
reset(). |
void |
pop(int mark) |
int |
push(String name) |
void |
reset()
Reset this instance to the initial state.
|
char |
separator() |
void |
separator(char separator) |
String |
toString() |
public void separator(char separator)
public int push(String name)
public void pop(int mark)
public void clear()
reset().public void reset()
public char separator()
Copyright © 2021. All rights reserved.