Package org.apache.openjpa.util.proxy
Interface ProxyMaps.ProxyEntrySet
- All Superinterfaces:
Collection
,Iterable
,Set
- Enclosing class:
- ProxyMaps
Marker interface for a proxy entry set.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
VIEW_KEYS
static final int VIEW_KEYS- See Also:
-
VIEW_VALUES
static final int VIEW_VALUES- See Also:
-
VIEW_ENTRIES
static final int VIEW_ENTRIES- See Also:
-
-
Method Details
-
setView
void setView(int view) Set what entry view this set exposes.
-