+ 1
Java enum implements interface
Can anyone create a java program about Enum implements interfaces
3 odpowiedzi
+ 1
I found a good example here:
https://dzone.com/articles/java-extensible-enum-with-interface
Take this a base:
https://code.sololearn.com/ck5fvQhPmu8g/#java
0
Thomas Wittek i just dont really understand about lines 74-85, what is <T stand for?