org.springframework.data.solr.repository.query
Class SolrParametersParameterAccessor.BindableSolrParameterIterator
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolrParametersParameterAccessor.BindableSolrParameterIterator
public SolrParametersParameterAccessor.BindableSolrParameterIterator(Iterator<Object> delegate)
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>
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.