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