- java.lang.Object
-
- com.legyver.utils.mapqua.MapQuery.KeyValueFilter
-
- All Implemented Interfaces:
java.util.function.Predicate<java.util.Map>
- Enclosing class:
- MapQuery
public static class MapQuery.KeyValueFilter extends java.lang.Object implements java.util.function.Predicate<java.util.Map>Filter for query
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapQuery.KeyValueFilter.CondConditions for the Query
-
Constructor Summary
Constructors Constructor Description KeyValueFilter(java.lang.String mapKey, MapQuery.KeyValueFilter.Cond cond, java.lang.Object value)Construct a KeyValueFilter with the provided values
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(java.util.Map m)
-
-
-
Constructor Detail
-
KeyValueFilter
public KeyValueFilter(java.lang.String mapKey, MapQuery.KeyValueFilter.Cond cond, java.lang.Object value)Construct a KeyValueFilter with the provided values- Parameters:
mapKey- the map key to look upcond- theMapQuery.KeyValueFilter.Condcondition to match onvalue- the value considered an adequate match
-
-