com.mortbay.Util
Class ObjectConverterTest.B

java.lang.Object
  |
  +--com.mortbay.Util.ObjectConverterTest.B
Enclosing class:
ObjectConverterTest

public static class ObjectConverterTest.B
extends java.lang.Object


Field Summary
 int[] array
           
 java.util.Date date
           
 boolean falsE
           
 
Constructor Summary
ObjectConverterTest.B()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

public int[] array

falsE

public boolean falsE

date

public java.util.Date date
Constructor Detail

ObjectConverterTest.B

public ObjectConverterTest.B()
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object