Package org.infinispan.query.core.impl
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 Summary
ConstructorsConstructorDescriptionMappingEntryIterator(org.infinispan.commons.util.CloseableIterator<Map.Entry<K, S>> entryIterator, BiFunction<K, S, T> mapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
MappingEntryIterator
-
-
Method Details