|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.helpers.Stats
public class Stats
Constructor Summary | |
---|---|
Stats(String name)
|
Method Summary | |
---|---|
int |
add(long value)
|
long |
average()
|
long |
high()
|
long |
low()
|
double |
preciseAverage()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Stats(String name)
Method Detail |
---|
public int add(long value)
public long high()
public long low()
public long average()
public double preciseAverage()
public String toString()
toString
in class Object
|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |