aQute.lib.collections
Class Logic

java.lang.Object
  extended by aQute.lib.collections.Logic

public class Logic
extends Object


Constructor Summary
Logic()
           
 
Method Summary
static
<T> Collection<T>
remove(Collection<T> first, Collection<T>... sets)
           
static
<T> Collection<T>
retain(Collection<T> first, Collection<T>... sets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logic

public Logic()
Method Detail

retain

public static <T> Collection<T> retain(Collection<T> first,
                                       Collection<T>... sets)

remove

public static <T> Collection<T> remove(Collection<T> first,
                                       Collection<T>... sets)


Copyright © 2012 aQute SARL. All Rights Reserved.