com.mysema.query.collections
Class IteratorFactory
java.lang.Object
com.mysema.query.collections.IteratorFactory
@Immutable
public class IteratorFactory
- extends Object
IteratorFactory provides Iterator utilities
- Version:
- $Id$
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorFactory
public IteratorFactory(EvaluatorFactory evaluatorFactory)
multiArgFilter
public <S> Iterator<S> multiArgFilter(Iterator<S> source,
List<Expr<?>> sources,
EBoolean condition)
transform
public <S,T> Iterator<T> transform(Iterator<S> source,
List<Expr<?>> sources,
Expr<T> projection)
singleArgFilter
public <S> Iterator<S> singleArgFilter(Iterator<S> source,
Evaluator<Boolean> ev)
toArrayIterator
public <S> Iterator<S[]> toArrayIterator(Iterator<S> source)
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.