Example #1
0
 private static boolean isFinal(State state) {
   return (state.compareTo(State.Id) >= 0);
 }