Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.util
Class AdfBundle

java.lang.Object
  extended by oracle.adfnmc.java.util.AbstractMap
      extended by oracle.adfnmc.java.util.HashMap
          extended by oracle.adfnmc.util.AdfBundle
All Implemented Interfaces:
Serializable, Cloneable, Map

public class AdfBundle
extends HashMap


Nested Class Summary
static class AdfBundle.ResourceBundleMapAdapter
          Simple adapter class to expose a ResourceBundle through the Map interface.
 
Field Summary
static java.lang.String ADFBUNDLE_ROOT_IDENTIFIER
           
 
Constructor Summary
AdfBundle()
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
          Answers the value of the mapping with the specified key.
 
Methods inherited from class oracle.adfnmc.java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, putAll, remove, size, values
 
Methods inherited from class oracle.adfnmc.java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.adfnmc.java.util.Map
equals, hashCode
 

Field Detail

ADFBUNDLE_ROOT_IDENTIFIER

public static final java.lang.String ADFBUNDLE_ROOT_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

AdfBundle

public AdfBundle()
Method Detail

get

public java.lang.Object get(java.lang.Object key)
Description copied from class: HashMap
Answers the value of the mapping with the specified key.

Specified by:
get in interface Map
Overrides:
get in class HashMap
Parameters:
key - the key
Returns:
the value of the mapping with the specified key

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.