public class DistinctKeyDoubleEntryCloseableIterator<E,K> extends Object implements CloseableIterator<E>
Constructor and Description |
---|
DistinctKeyDoubleEntryCloseableIterator(CloseableIterator<E> first,
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 DistinctKeyDoubleEntryCloseableIterator(CloseableIterator<E> first, CloseableIterator<E> second, Function<? super E,K> function, Set<K> seenKeys)
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.