- java.lang.Object
-
- org.scijava.testutil.ExampleTypes
-
public final class ExampleTypes extends Object
Example Types useful for general testing- Author:
- Gabriel Selzer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExampleTypes.CircularThingstatic classExampleTypes.ComplexThing<T extends Serializable & Cloneable>static classExampleTypes.IntegerThingstatic interfaceExampleTypes.Loopstatic classExampleTypes.LoopingThingstatic interfaceExampleTypes.NestedThing<I1,I2>static classExampleTypes.NumberThing<N extends Number>static classExampleTypes.RecursiveThing<T extends ExampleTypes.RecursiveThing<T>>static classExampleTypes.StrangerThing<R extends String>static classExampleTypes.StrangeThing<S extends Number>static classExampleTypes.Thing<T>static classExampleTypes.WordsEnumeration for testing conversion to enum types.
-