You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ControlFlowCommand.java 108B

1234567
  1. //package org.acmsl.pocs.lambdafor;
  2. public enum ControlFlowCommand {
  3. NEXT,
  4. PREVIOUS,
  5. RELOAD;
  6. }