public class

MsgAppletViewer_it

extends ListResourceBundle
java.lang.Object
   ↳ java.util.ResourceBundle
     ↳ java.util.ListResourceBundle
       ↳ sun.applet.resources.MsgAppletViewer_it

Summary

[Expand]
Inherited Fields
From class java.util.ResourceBundle
Public Constructors
MsgAppletViewer_it()
Public Methods
Object[][] getContents()
Returns an array in which each item is a pair of objects in an Object array.
[Expand]
Inherited Methods
From class java.util.ListResourceBundle
From class java.util.ResourceBundle
From class java.lang.Object

Public Constructors

public MsgAppletViewer_it ()

Public Methods

public Object[][] getContents ()

Returns an array in which each item is a pair of objects in an Object array. The first element of each pair is the key, which must be a String, and the second element is the value associated with that key. See the class description for details.

Returns
  • an array of an Object array representing a key-value pair.