|
WEB4J Development Tools 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objecthirondelle.web4jtools.logview.stats.LevelBucket
public final class LevelBucket
Model Object for a histogram element attached to a logging level.
This class is mutable.
Constructor Summary | |
---|---|
LevelBucket(Level aLevel)
Full constructor. |
Method Summary | |
---|---|
Integer |
getCount()
Return the number of items in this bucket. |
Level |
getLevel()
|
void |
incrementCount()
Increase the number of items in this bucket by one. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LevelBucket(Level aLevel)
Method Detail |
---|
public void incrementCount()
public Integer getCount()
public Level getLevel()
|
WEB4J Development Tools 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |