Searched refs:singletonSet (Results 1 – 1 of 1) sorted by relevance
195 Set<Integer> singletonSet = singleton(1); in realMain() local196 equal(singletonSet.size(), 1); in realMain()197 testCollection(singletonSet); in realMain()198 testImmutableSet(singletonSet); in realMain()