com.spoledge.audao.parser.gql.impl.soft
Class SoftKeyIterator

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.SoftIterator<Key>
      extended by com.spoledge.audao.parser.gql.impl.soft.SoftKeyIterator
All Implemented Interfaces:
java.util.Iterator<Key>

public class SoftKeyIterator
extends SoftIterator<Key>


Field Summary
 
Fields inherited from class com.spoledge.audao.parser.gql.impl.soft.SoftIterator
args
 
Constructor Summary
SoftKeyIterator(SoftColumn softColumn, java.util.Iterator<Entity> iter, SoftCondition softCondition, java.lang.Integer offset, java.lang.Integer limit, java.lang.Object[] args)
           
 
Method Summary
protected  Key transform(Entity ent)
           
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.SoftIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftKeyIterator

public SoftKeyIterator(SoftColumn softColumn,
                       java.util.Iterator<Entity> iter,
                       SoftCondition softCondition,
                       java.lang.Integer offset,
                       java.lang.Integer limit,
                       java.lang.Object[] args)
Method Detail

transform

protected Key transform(Entity ent)
Specified by:
transform in class SoftIterator<Key>


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