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
Flag indicating whether or not this address is enabled to pass a
Filter
the object is associated with. |
int |
numUsed
Number of usages of this address recorded by the
Filter it is
associated with; displayed in the configuration UI panel for the Filter. |
int |
rowIndex
Reserved for use by
Filter UI TableModels. |
| 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
Filter
the object is associated with. The same address can appear in multiple instances
of this class for different filters.public int numUsed
Filter it is
associated with; displayed in the configuration UI panel for the Filter.public int rowIndex
Filter UI TableModels.public abstract K getKey()
public C getValue()
public java.lang.String toString()
toString in class java.lang.Object