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