Searched refs:territoriesWithoutModernCurrencies (Results 1 – 2 of 2) sorted by relevance
33 …Set<String> territoriesWithoutModernCurrencies = new TreeSet<String>(sc.getGoodAvailableCodes("ter… 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()
1346 Set<String> territoriesWithoutModernCurrencies = new TreeSet<String>( in TestCurrency() local1350 territoriesWithoutModernCurrencies.remove("ZZ"); in TestCurrency()1357 territoriesWithoutModernCurrencies.remove(territory); in TestCurrency()1387 territoriesWithoutModernCurrencies.remove(territory); in TestCurrency()1516 if (territoriesWithoutModernCurrencies.size() != 0) { in TestCurrency()1518 + territoriesWithoutModernCurrencies); in TestCurrency()