AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VisitableMap() |
Modifier and Type | Method and Description |
---|---|
List<Visitable> |
aggregate() |
void |
forEach(Consumer<? super Visitable> action) |
List<Visitable> |
get(Object key) |
Iterator<Visitable> |
iterator() |
Spliterator<Visitable> |
spliterator() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2015–2020 Red Hat. All rights reserved.