public class MapValueCriteria<K,T> extends Object implements Criteria<Map.Entry<K,T>>
Map.entrySet()
Constructor and Description |
---|
MapValueCriteria(Criteria<T> internalCriteria) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSuccessful(Map.Entry<K,T> tested)
the concrete implementations of the Criteria class are what give this function it's meaning.
|
public boolean isSuccessful(Map.Entry<K,T> tested)
Criteria
isSuccessful
in interface Criteria<Map.Entry<K,T>>
tested
- the map entry whose value will be tested by the internalCriteria
Copyright © 2004-2016. All Rights Reserved.