|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E22563-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
oracle.apps.fnd.applcp.util.EnvironmentMap<K,V>
public class EnvironmentMap<K,V>
Describe class EnvironmentMap here. Created: Tue Jun 5 14:09:15 2007
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
EnvironmentMap()
Creates a new EnvironmentMap instance. |
|
| Method Summary | |
|---|---|
V |
get(java.lang.Object key)
|
boolean |
isEscaped()
Get the Escaped value. |
void |
setEscaped(boolean newEscaped)
Set the Escaped value. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public EnvironmentMap()
EnvironmentMap instance.
| Method Detail |
|---|
public V get(java.lang.Object key)
get in interface java.util.Map<K,V>get in class java.util.HashMap<K,V>public final boolean isEscaped()
Escaped value.
boolean valuepublic final void setEscaped(boolean newEscaped)
Escaped value.
newEscaped - The new Escaped value.
|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E22563-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||