|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of object which's size going to be estimated.public interface SizeEstimator<T>
Size estimator general contract.
Method Summary | |
---|---|
void |
add(long size)
|
long |
getCost(T record)
|
long |
getSize()
|
void |
reset()
|
Method Detail |
---|
long getSize()
void add(long size)
long getCost(T record)
void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |