Package com.yworks.util
Class CollectionFilter
- java.lang.Object
-
- com.yworks.util.CollectionFilter
-
-
Constructor Summary
Constructors Constructor Description CollectionFilter(java.util.Collection col)Creates a new instance of CollectionFilter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(java.lang.Object o)Accepts boolean.java.util.CollectiongetCollection()Getter for property collection.voidsetCollection(java.util.Collection collection)Setter for property collection.
-
-
-
Method Detail
-
accepts
public boolean accepts(java.lang.Object o)
Description copied from interface:FilterAccepts boolean.
-
getCollection
public java.util.Collection getCollection()
Getter for property collection.- Returns:
- Value of property collection.
-
setCollection
public void setCollection(java.util.Collection collection)
Setter for property collection.- Parameters:
collection- New value of property collection.
-
-