Uses of Interface
org.deegree.commons.utils.CollectionUtils.Reducer

Packages that use CollectionUtils.Reducer
org.deegree.commons.utils   
 

Uses of CollectionUtils.Reducer in org.deegree.commons.utils
 

Fields in org.deegree.commons.utils declared as CollectionUtils.Reducer
static CollectionUtils.Reducer<java.lang.Boolean> CollectionUtils.AND
           
 

Methods in org.deegree.commons.utils that return CollectionUtils.Reducer
static CollectionUtils.Reducer<java.lang.String> CollectionUtils.getStringJoiner(java.lang.String delim)
           
 

Methods in org.deegree.commons.utils with parameters of type CollectionUtils.Reducer
static
<T> T
CollectionUtils.reduce(T identity, java.util.Collection<T> col, CollectionUtils.Reducer<T> reducer)
           
 



Copyright © 2011. All Rights Reserved.