Class OLuceneMapEntryIterator<K,V>

java.lang.Object
com.orientechnologies.lucene.OLuceneMapEntryIterator<K,V>
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>

public class OLuceneMapEntryIterator<K,V> extends Object implements Iterator<Map.Entry<K,V>>
  • Constructor Details

    • OLuceneMapEntryIterator

      public OLuceneMapEntryIterator(org.apache.lucene.index.IndexReader reader, OIndexDefinition definition)
  • Method Details