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