public class DistinctKeyDoubleEntryCloseableIterator<E,K> extends Object implements org.infinispan.commons.util.CloseableIterator<E>
Constructor and Description |
---|
DistinctKeyDoubleEntryCloseableIterator(org.infinispan.commons.util.CloseableIterator<E> first,
org.infinispan.commons.util.CloseableIterator<E> second,
Function<? super E,K> function,
Set<K> seenKeys) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
E |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public void close()
close
in interface AutoCloseable
close
in interface org.infinispan.commons.util.CloseableIterator<E>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.