util
Class Test
java.lang.Object
util.Test
public class Test
- extends Object
Suite for testing various things that are unclear.
|
Nested Class Summary |
static class |
Test.Casts
Test what happens if we are casting a double to a short and byte. |
static class |
Test.Interrupt
Test if we can interrupt a thread without having the lock to it. |
static class |
Test.Remainder
Returns the remainder of the argument 1 with argument two. |
static interface |
Test.ret
|
|
Constructor Summary |
Test()
|
|
Method Summary |
Test.ret |
myMethod()
Test return type primitiv doubler and boolean. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test()
myMethod
public Test.ret myMethod()
- Test return type primitiv doubler and boolean.