public class DecimalCountFormat<T> extends java.lang.Object implements ICountFormat<T,java.lang.Double>
| Constructor and Description |
|---|
DecimalCountFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCount() |
void |
count(T t) |
java.lang.Double |
getCount() |
java.lang.String |
getCountString() |
public void count(T t)
count in interface ICountFormat<T,java.lang.Double>public java.lang.Double getCount()
getCount in interface ICountFormat<T,java.lang.Double>public java.lang.String getCountString()
getCountString in interface ICountFormat<T,java.lang.Double>public void clearCount()
clearCount in interface ICountFormat<T,java.lang.Double>