public class Deeps extends Object
| 构造器和说明 |
|---|
Deeps()
Instantiates a new deeps.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
decLevel()
Dec level.
|
int |
getLevel()
Gets the level.
|
int |
getPreLevelCount(String type,
int level)
Gets the pre level count.
|
void |
incLevel()
Inc level.
|
int |
push(String type,
int level)
Push.
|
void |
setLevel(int level)
Sets the level.
|
public int push(String type, int level)
type - the typelevel - the levelpublic int getPreLevelCount(String type, int level)
type - the typelevel - the levelpublic int getLevel()
public void setLevel(int level)
level - the new levelpublic void incLevel()
public void decLevel()
Copyright © 2017. All rights reserved.