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<Boolean> CollectionUtils.AND
           
 

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

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



Copyright © 2011. All Rights Reserved.