public final class HashSetFactory<T> extends Object implements IntFunction<HashSet<T>>
Modifier and Type | Method and Description |
---|---|
HashSet<T> |
apply(int value) |
static <T> HashSetFactory<T> |
getInstance() |
public static <T> HashSetFactory<T> getInstance()
Copyright © 2020 JBoss by Red Hat. All rights reserved.