oracle.jbo.common
Class JboAbstractMap
java.lang.Object
java.util.AbstractMap
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:
equals
in interface java.util.Map
- Overrides:
equals
in class java.util.AbstractMap
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map
- Overrides:
hashCode
in class java.util.AbstractMap
entrySet
public java.util.Set entrySet()
- Specified by:
entrySet
in interface java.util.Map
- Specified by:
entrySet
in class java.util.AbstractMap
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get
in interface java.util.Map
- Overrides:
get
in class java.util.AbstractMap
put
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
- Specified by:
put
in interface java.util.Map
- Overrides:
put
in 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)
Copyright © 1997, 2011, Oracle. All rights reserved.