K
- data type of station identifierC
- class name of subclasspublic abstract static class StationTracker.AddressStatistics<K,C extends StationTracker.AddressStatistics<K,C>>
extends java.lang.Object
implements java.io.Serializable
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 abstract K getKey()
public C getValue()
public java.lang.String toString()
toString
in class java.lang.Object