|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectImpl.EvilArrayTest
public class EvilArrayTest
Testing an array of user-defined types
Constructor Summary | |
---|---|
EvilArrayTest()
|
Method Summary | |
---|---|
int[] |
foo1(int[] blah)
|
java.lang.String[] |
foo2(java.lang.String[] blah)
|
DoubleDash[] |
foo3(DoubleDash[] blah)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvilArrayTest()
Method Detail |
---|
public int[] foo1(int[] blah)
public java.lang.String[] foo2(java.lang.String[] blah)
public DoubleDash[] foo3(DoubleDash[] blah)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |