|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.icefaces.ace.util.CollectionUtils
public class CollectionUtils
Constructor Summary | |
---|---|
CollectionUtils()
|
Method Summary | |
---|---|
static void |
filter(java.util.Collection collection,
Predicate predicate)
|
static java.util.Collection |
select(java.util.Collection inputCollection,
Predicate predicate)
|
static void |
select(java.util.Collection inputCollection,
Predicate predicate,
java.util.Collection outputCollection)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionUtils()
Method Detail |
---|
public static java.util.Collection select(java.util.Collection inputCollection, Predicate predicate)
public static void select(java.util.Collection inputCollection, Predicate predicate, java.util.Collection outputCollection)
public static void filter(java.util.Collection collection, Predicate predicate)
|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |