Package org.projectlombok.test
Class DataExample.Exercise<T>
- java.lang.Object
-
- org.projectlombok.test.DataExample.Exercise<T>
-
- Enclosing class:
- DataExample
public static class DataExample.Exercise<T> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getName()
T
getValue()
int
hashCode()
static <T> DataExample.Exercise<T>
of(String name, T value)
String
toString()
-
-
-
Method Detail
-
of
public static <T> DataExample.Exercise<T> of(String name, T value)
-
-