public class StreamToKeyIteratorAdapter<K> extends AbstractStreamToIteratorAdapter<Key,K>
Constructor and Description |
---|
StreamToKeyIteratorAdapter(Stream<Key> stream,
KeyValueSerde<K,?> kvSerde) |
Modifier and Type | Method and Description |
---|---|
protected K |
deserialize(Key res) |
accept, close, hasNext, next
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public StreamToKeyIteratorAdapter(Stream<Key> stream, KeyValueSerde<K,?> kvSerde)
protected K deserialize(Key res)
deserialize
in class AbstractStreamToIteratorAdapter<Key,K>
Copyright © 2020 Red Hat. All rights reserved.