Can Any one expalin me whats the use of this interface
TestEnum<E extends Enum<E> & TestEnum<E, V>, V>{....}
enum test implements TestEnum<test, Integer>{....}
I am rookie on the enumeration can any one say what that "&" means
Can Any one expalin me whats the use of this interface
TestEnum<E extends Enum<E> & TestEnum<E, V>, V>{....}
enum test implements TestEnum<test, Integer>{....}
I am rookie on the enumeration can any one say what that "&" means