Spring Data Solr

org.springframework.data.solr.repository.query
Class SolrParametersParameterAccessor.BindableSolrParameterIterator

java.lang.Object
  extended by org.springframework.data.solr.repository.query.SolrParametersParameterAccessor.BindableSolrParameterIterator
All Implemented Interfaces:
Iterator<Object>
Enclosing class:
SolrParametersParameterAccessor

public class SolrParametersParameterAccessor.BindableSolrParameterIterator
extends Object
implements Iterator<Object>


Constructor Summary
SolrParametersParameterAccessor.BindableSolrParameterIterator(Iterator<Object> delegate)
           
 
Method Summary
 boolean hasNext()
           
 BindableSolrParameter next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrParametersParameterAccessor.BindableSolrParameterIterator

public SolrParametersParameterAccessor.BindableSolrParameterIterator(Iterator<Object> delegate)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Object>

next

public BindableSolrParameter next()
Specified by:
next in interface Iterator<Object>

remove

public void remove()
Specified by:
remove in interface Iterator<Object>

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.