unbbayes.util.resources
Class UtilResources
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
unbbayes.util.resources.UtilResources
public class UtilResources
- extends ListResourceBundle
Title: UnBBayes
Description: Resources file for unbbayes.util package. Localization = english.
Copyright: Copyright (c) 2001
Company: UnB
- Since:
- 02/05/2002
- Version:
- 1.0
- Author:
- Rommel Novaes Carvalho, Michael Onishi
Method Summary |
Object[][] |
getContents()
Override getContents and provide an array, where each item in the array is a pair
of objects. |
Methods inherited from class java.util.ResourceBundle |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UtilResources
public UtilResources()
getContents
public Object[][] getContents()
- Override getContents and provide an array, where each item in the array is a pair
of objects. The first element of each pair is a String key,
and the second is the value associated with that key.
- Specified by:
getContents
in class ListResourceBundle
- Returns:
- The resources' contents
Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.