com.spoledge.audao.parser.gql.impl.soft
Class SoftIterator<T>

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.SoftIterator<T>
All Implemented Interfaces:
java.util.Iterator<T>
Direct Known Subclasses:
SoftEntityIterator, SoftKeyIterator, SoftPropertyIterator

public abstract class SoftIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>


Field Summary
protected  java.lang.Object[] args
           
 
Constructor Summary
protected SoftIterator(java.util.Iterator<Entity> iter, SoftCondition softCondition, java.lang.Integer offset, java.lang.Integer limit, java.lang.Object[] args)
           
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
protected abstract  T transform(Entity ent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

protected java.lang.Object[] args
Constructor Detail

SoftIterator

protected SoftIterator(java.util.Iterator<Entity> iter,
                       SoftCondition softCondition,
                       java.lang.Integer offset,
                       java.lang.Integer limit,
                       java.lang.Object[] args)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<T>

next

public T next()
Specified by:
next in interface java.util.Iterator<T>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<T>

transform

protected abstract T transform(Entity ent)


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.