public static interface ProxyMaps.ProxyEntrySet extends Set
Modifier and Type | Field and Description |
---|---|
static int |
VIEW_ENTRIES |
static int |
VIEW_KEYS |
static int |
VIEW_VALUES |
Modifier and Type | Method and Description |
---|---|
void |
setView(int view)
Set what entry view this set exposes.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
static final int VIEW_KEYS
static final int VIEW_VALUES
static final int VIEW_ENTRIES
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.