Docs for EnumCycler

This commit is contained in:
Sebastian Hartte
2020-06-14 18:01:57 +02:00
parent fd7ed5bbf0
commit 85a503e65d
@@ -2,6 +2,10 @@ package appeng.util;
import java.util.EnumSet;
/**
* Simple utility class to help with select the "next" or "previous" value in a list of options represented
* by an enumeration.
*/
public final class EnumCycler {
private EnumCycler() {