public static class StationTracker.DestinationStatistics extends StationTracker.AddressStatistics<java.lang.String,StationTracker.DestinationStatistics>
enabled, numUsed, rowIndex
Constructor and Description |
---|
DestinationStatistics(java.lang.String dest)
Create a new DestinationStatistics counter object.
|
Modifier and Type | Method and Description |
---|---|
void |
addStationReference(java.lang.String stationCallsign)
Add a reference to a station.
|
java.lang.String |
getKey()
Get the identifier for the statistics.
|
int |
getStationCount()
Get the number of stations using this tocall.
|
getValue, toString
public DestinationStatistics(java.lang.String dest)
dest
- String callsign or tocall for these statisticspublic java.lang.String getKey()
getKey
in class StationTracker.AddressStatistics<java.lang.String,StationTracker.DestinationStatistics>
public void addStationReference(java.lang.String stationCallsign)
stationCallsign
- String callsign-SSID of the sending stationpublic int getStationCount()