org.deegree.commons.utils
Interface CollectionUtils.Mapper<T,U>

Type Parameters:
T - the return type of the function
U - the argument type of the function
Enclosing class:
CollectionUtils

public static interface CollectionUtils.Mapper<T,U>

Mapper gives a name to a simple function.

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 apply(U u)
           
 

Method Detail

apply

T apply(U u)
Parameters:
u -
Returns:
an implementation defined value


Copyright © 2011. All Rights Reserved.