org.apache.openjpa.util
Interface ProxyMaps.ProxyEntrySet
- All Superinterfaces: 
- Collection, Iterable, Set
- Enclosing class:
- ProxyMaps
- public static interface ProxyMaps.ProxyEntrySet 
- extends Set
Marker interface for a proxy entry set.
 
| Method Summary | 
|  void | setView(int view)Set what entry view this set exposes.
 | 
 
| Methods inherited from interface java.util.Set | 
| add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray | 
 
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
setView
void setView(int view)
- Set what entry view this set exposes.
 
- 
 
- 
 
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.