Searched refs:setFromElements (Results 1 – 3 of 3) sorted by relevance
26 ImmutableList.of(Construction.setFromElements(CompactHashSet::create)), in CompactHashSetFloodingTest()
26 ImmutableList.of(Construction.setFromElements(CompactLinkedHashSet::create)), in CompactLinkedHashSetFloodingTest()
123 static Construction<Set<Object>> setFromElements(Supplier<Set<Object>> mutableSupplier) { in setFromElements() method in AbstractHashFloodingTest