Class EntryStream<K,V>

java.lang.Object
com.landawn.abacus.util.stream.EntryStream<K,V>
All Implemented Interfaces:
Immutable, BaseStream<Map.Entry<K,V>,Object[],Predicate<? super Map.Entry<K,V>>,Consumer<? super Map.Entry<K,V>>,List<Map.Entry<K,V>>,u.Optional<Map.Entry<K,V>>,Indexed<Map.Entry<K,V>>,ObjIterator<Map.Entry<K,V>>,EntryStream<K,V>>, Closeable, AutoCloseable

@Immutable public final class EntryStream<K,V> extends Object
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
See Also: