Package org.ocpsoft.prettytime.i18n
Class Resources_zh_TW
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.ocpsoft.prettytime.i18n.Resources_zh_TW
Created by edward_chiang on 13/6/27.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control -
Field Summary
Fields inherited from class java.util.ResourceBundle
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object[][]Returns anObjectarray containing the resources of thisListResourceBundle.Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySetMethods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
-
Constructor Details
-
Resources_zh_TW
public Resources_zh_TW()
-
-
Method Details
-
getContents
Returns anObjectarray containing the resources of thisListResourceBundle. Each element in the array is an array of two elements, the first is the resource key string and the second is the resource.- Specified by:
getContentsin classListResourceBundle- Returns:
- a
Objectarray containing the resources.
-