Searched refs:simpleMinusState (Results 1 – 1 of 1) sorted by relevance
414 Set<String> simpleMinusState = new LinkedHashSet<>(simpleResult); in showWords() local415 simpleMinusState.removeAll(stateResult); in showWords()416 System.out.println("Simple-State" + simpleMinusState); in showWords()