Skip navigation links 
 
oracle.jbo.common
Class JboAbstractMap
java.lang.Object
   java.util.AbstractMap
java.util.AbstractMap
       oracle.jbo.common.JboAbstractMap
oracle.jbo.common.JboAbstractMap
- All Implemented Interfaces:
- java.util.Map
- Direct Known Subclasses:
- AttributeHintsMap, DCControlBinding, DCDataControl, DCDataControlReference, DCExecutableBinding, JboValidatorContext, JUCtrlValueBindingRef, PermissionBinding, RowSecurityHintsMap, ViewCriteriaItem, ViewCriteriaItemValue, WSObject
- 
public class JboAbstractMap
 
- extends java.util.AbstractMap
 
 
| Nested classes/interfaces inherited from class java.util.AbstractMap | 
| java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> | 
  
| Nested classes/interfaces inherited from interface java.util.Map | 
| java.util.Map.Entry<K,V> | 
  
 
  
 
  
 
 
| Methods inherited from class java.util.AbstractMap | 
| clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, values | 
 
| Methods inherited from class java.lang.Object | 
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
 
MAP_NULL_VALUE
public static java.lang.String MAP_NULL_VALUE
JboAbstractMap
public JboAbstractMap()
setThrowIfPropertyNotFoundOnGet
protected void setThrowIfPropertyNotFoundOnGet(boolean flag)
equals
public boolean equals(java.lang.Object other)
- 
- Specified by:
- equalsin interface- java.util.Map
- Overrides:
- equalsin class- java.util.AbstractMap
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- java.util.Map
- Overrides:
- hashCodein class- java.util.AbstractMap
 
entrySet
public java.util.Set entrySet()
- 
- Specified by:
- entrySetin interface- java.util.Map
- Specified by:
- entrySetin class- java.util.AbstractMap
 
get
public java.lang.Object get(java.lang.Object key)
- 
- Specified by:
- getin interface- java.util.Map
- Overrides:
- getin class- java.util.AbstractMap
 
put
public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
- 
- Specified by:
- putin interface- java.util.Map
- Overrides:
- putin class- java.util.AbstractMap
 
internalGet
protected java.lang.Object internalGet(java.lang.String key)
internalPut
protected void internalPut(java.lang.String key,
                           java.lang.Object value)
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.