Searched refs:singletonSet (Results 1 – 1 of 1) sorted by relevance
200 Set<Integer> singletonSet = singleton(1); in realMain() local201 equal(singletonSet.size(), 1); in realMain()202 testCollection(singletonSet); in realMain()203 testImmutableSet(singletonSet); in realMain()