com.satline.util.collections
Class Collections

java.lang.Object
  extended by com.satline.util.collections.Collections

public final class Collections
extends java.lang.Object

Author:
Teubner

Method Summary
static
<T,C extends java.util.Collection<T>>
C
filter(ObjectFilter<T> filter, java.util.Collection<T> source, C target)
           
static
<F,T,C extends java.util.Collection<T>>
C
map(ObjectMapping<F,T> mapping, java.util.Collection<F> source, C target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filter

public static <T,C extends java.util.Collection<T>> C filter(ObjectFilter<T> filter,
                                                             java.util.Collection<T> source,
                                                             C target)

map

public static <F,T,C extends java.util.Collection<T>> C map(ObjectMapping<F,T> mapping,
                                                            java.util.Collection<F> source,
                                                            C target)


Copyright © 2007 null. All Rights Reserved.