Uses of Interface
org.semanticweb.elk.util.collections.Operations.Condition

Packages that use Operations.Condition
org.semanticweb.elk.util.collections   
 

Uses of Operations.Condition in org.semanticweb.elk.util.collections
 

Methods in org.semanticweb.elk.util.collections with parameters of type Operations.Condition
static
<T> Iterable<T>
Operations.filter(Iterable<T> input, Operations.Condition<? super T> condition)
           
static
<T> Set<T>
Operations.filter(Set<T> input, Operations.Condition<? super T> condition, int size)
          Returns read-only view of the given set consisting of the elements satisfying a given condition, if the number of such elements is known
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.