Package org.apache.openjpa.util.proxy
Interface ProxyMaps.ProxyEntrySet
-
- All Superinterfaces:
java.util.Collection
,java.lang.Iterable
,java.util.Set
- Enclosing class:
- ProxyMaps
public static interface ProxyMaps.ProxyEntrySet extends java.util.Set
Marker interface for a proxy entry set.
-
-
Field Summary
Fields Modifier and Type Field Description static int
VIEW_ENTRIES
static int
VIEW_KEYS
static int
VIEW_VALUES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setView(int view)
Set what entry view this set exposes.
-
-
-
Field Detail
-
VIEW_KEYS
static final int VIEW_KEYS
- See Also:
- Constant Field Values
-
VIEW_VALUES
static final int VIEW_VALUES
- See Also:
- Constant Field Values
-
VIEW_ENTRIES
static final int VIEW_ENTRIES
- See Also:
- Constant Field Values
-
-