Class MappingEntryIterator<K,S,T>

java.lang.Object
org.infinispan.query.core.impl.MappingEntryIterator<K,S,T>
All Implemented Interfaces:
AutoCloseable, Iterator<T>, org.infinispan.commons.util.CloseableIterator<T>

public class MappingEntryIterator<K,S,T> extends Object implements org.infinispan.commons.util.CloseableIterator<T>
  • Constructor Details

    • MappingEntryIterator

      public MappingEntryIterator(org.infinispan.commons.util.CloseableIterator<Map.Entry<K,S>> entryIterator, BiFunction<K,S,T> mapper)
  • Method Details