Searched refs:territoriesWithoutModernCurrencies (Results 1 – 2 of 2) sorted by relevance
33 …Set<String> territoriesWithoutModernCurrencies = new TreeSet<>(sc.getGoodAvailableCodes("territory… in main() local37 territoriesWithoutModernCurrencies.remove(territory); in main()55 territoriesWithoutModernCurrencies.remove(territory); in main()80 …System.out.println("Territories without Modern Currencies: " + territoriesWithoutModernCurrencies); in main()
1388 Set<String> territoriesWithoutModernCurrencies = new TreeSet<>( in TestCurrency() local1392 territoriesWithoutModernCurrencies.remove("ZZ"); in TestCurrency()1399 territoriesWithoutModernCurrencies.remove(territory); in TestCurrency()1429 territoriesWithoutModernCurrencies.remove(territory); in TestCurrency()1558 if (territoriesWithoutModernCurrencies.size() != 0) { in TestCurrency()1560 + territoriesWithoutModernCurrencies); in TestCurrency()