ch.javasoft.swing
Class StretchGridLayout.Pair<S,T>

java.lang.Object
  extended by ch.javasoft.swing.StretchGridLayout.Pair<S,T>
Enclosing class:
StretchGridLayout

public static class StretchGridLayout.Pair<S,T>
extends Object


Field Summary
 S s
           
 T t
           
 
Constructor Summary
StretchGridLayout.Pair()
           
StretchGridLayout.Pair(S ps, T pt)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

public S s

t

public T t
Constructor Detail

StretchGridLayout.Pair

public StretchGridLayout.Pair()

StretchGridLayout.Pair

public StretchGridLayout.Pair(S ps,
                              T pt)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object