public class Counter extends Object
| Constructor and Description |
|---|
Counter() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
get(Chain chain,
String key)
获取
|
protected int |
incr(Chain chain,
String key)
增量
|
protected void |
set(Chain chain,
String key,
int value)
设置
|
protected Stack<Integer> |
stack(Chain chain,
String key)
记录栈
|
String |
toString() |
Copyright © 2025. All rights reserved.