public static final class BasePropertyPanel.MapContains
extends java.lang.Object
implements jadex.commons.IFilter<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,?> |
map
The map.
|
| Constructor and Description |
|---|
MapContains(java.util.Map<java.lang.String,?> map)
Creates a new filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(java.lang.String obj)
Test if an object passes the filter.
|