K - data type of station identifierC - class name of subclasspublic abstract static class StationTracker.AddressStatistics<K,C extends StationTracker.AddressStatistics>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled |
int |
numUsed |
int |
rowIndex |
| Constructor and Description |
|---|
AddressStatistics() |
| Modifier and Type | Method and Description |
|---|---|
abstract K |
getKey()
Get the identifier for the statistics.
|
C |
getValue()
Get the statistics object itself.
|
java.lang.String |
toString()
Returns a string representation of the statistics object.
|
public boolean enabled
public int numUsed
public transient int rowIndex
public abstract K getKey()
public C getValue()
public java.lang.String toString()
toString in class java.lang.Object