All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.ArrayTable

java.lang.Object
   |
   +----com.sun.java.swing.ArrayTable

public class ArrayTable
extends Object

Constructor Index

 o ArrayTable()

Method Index

 o get(Object[], Object)
 o put(Object[], Object, Object)

Constructors

 o ArrayTable
 public ArrayTable()

Methods

 o get
 public static Object get(Object table[],
                          Object key)
 o put
 public static Object[] put(Object table[],
                            Object key,
                            Object value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index