org.deegree.commons.utils
Interface CollectionUtils.Reducer<T>

Type Parameters:
T -
Enclosing class:
CollectionUtils

public static interface CollectionUtils.Reducer<T>

Reducer

Version:
$Revision: 27494 $, $Date: 2010-10-22 14:23:34 +0200 (Fri, 22 Oct 2010) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Method Summary
 T reduce(T t1, T t2)
           
 

Method Detail

reduce

T reduce(T t1,
         T t2)
Parameters:
t1 -
t2 -
Returns:
the folded value


Copyright © 2011. All Rights Reserved.