| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
java.util.ResourceBundle
      
oracle.javatools.util.NullResourceBundle
public final class NullResourceBundle
A resource bundle which has no elements.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class java.util.ResourceBundle | 
|---|
java.util.ResourceBundle.Control | 
| Field Summary | 
|---|
| Fields inherited from class java.util.ResourceBundle | 
|---|
parent | 
| Method Summary | |
|---|---|
 java.util.Enumeration | 
getKeys()Returns an enumeration of the keys.  | 
protected  java.lang.Object | 
handleGetObject(java.lang.String key)Gets an object for the given key from this resource bundle.  | 
 boolean | 
hasMoreElements()Tests if this enumeration contains more elements.  | 
static NullResourceBundle | 
instance() | 
 java.lang.Object | 
nextElement()Returns the next element of this enumeration if this enumeration object has at least one more element to provide.  | 
| Methods inherited from class java.util.ResourceBundle | 
|---|
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static NullResourceBundle instance()
protected java.lang.Object handleGetObject(java.lang.String key)
handleGetObject in class java.util.ResourceBundlekey - the key for the desired objectjava.lang.NullPointerException - if key is nullpublic java.util.Enumeration getKeys()
getKeys in class java.util.ResourceBundlepublic boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationtrue if and only if this enumeration object contains at least one more element to provide; false otherwise.public java.lang.Object nextElement()
nextElement in interface java.util.Enumerationjava.util.NoSuchElementException - if no more elements exist.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||