Class ListUpdatingTest.Pair

java.lang.Object
  extended byListUpdatingTest.Pair
Enclosing class:
ListUpdatingTest

public static class ListUpdatingTest.Pair
extends java.lang.Object

Class Pair is a simple pair of integers with a specialization of toString to support displying a Pair in a JList.


Constructor Summary
ListUpdatingTest.Pair(int i, int j)
           
 
Method Summary
 java.lang.String toString()
          Specialization of Object.toString used by JList to display the elements of a Pair in a list display.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListUpdatingTest.Pair

public ListUpdatingTest.Pair(int i,
                             int j)
Method Detail

toString

public java.lang.String toString()
Specialization of Object.toString used by JList to display the elements of a Pair in a list display.