I - the generic type of the WaveItem to checkV - the value type of the reference object to compare to apply the filterpublic abstract class AbstractWaveChecker<I,V> extends Object implements WaveChecker
| Modifier and Type | Field and Description |
|---|---|
private V |
matchingValue
The matching value used as a filter by the call method.
|
private WaveItem<I> |
waveItem
The wave item used to store the value into a WaveData.
|
| Constructor and Description |
|---|
AbstractWaveChecker(WaveItem<I> waveItem,
V matchingValue)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
call(Wave wave) |
protected V |
getMatchingValue() |
protected WaveItem<I> |
getWaveItem() |
private final V matchingValue
Copyright © 2011–2014 JRebirth OSS. All rights reserved.