public class JavaUtilMapEntrySetFlattener<T,K extends T,V extends T> extends Object implements Iterator<T>
| Modifier | Constructor and Description |
|---|---|
protected |
JavaUtilMapEntrySetFlattener(Iterator<Map.Entry<K,V>> iterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
static <T,K extends T,V extends T> |
New(Iterator<Map.Entry<K,V>> iterator) |
static <T,K extends T,V extends T> |
New(Map<K,V> map) |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic static <T,K extends T,V extends T> JavaUtilMapEntrySetFlattener<T,K,V> New(Iterator<Map.Entry<K,V>> iterator)
public static <T,K extends T,V extends T> JavaUtilMapEntrySetFlattener<T,K,V> New(Map<K,V> map)
Copyright © 2022 MicroStream Software. All rights reserved.