|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPIP.Collections.Distribution.Distribution<F>
public abstract class Distribution<F>
This is just a helper class for analysis code
| Constructor Summary | |
|---|---|
Distribution()
|
|
| Method Summary | |
|---|---|
abstract double |
getSum()
|
void |
record(F key)
|
abstract void |
record(F key,
double d)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Distribution()
| Method Detail |
|---|
public abstract void record(F key,
double d)
public abstract double getSum()
public void record(F key)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||