public final class HashSetSupplier<A> extends Object implements Supplier<HashSet<A>>, Serializable
Modifier and Type | Method and Description |
---|---|
HashSet<A> |
get() |
static <A> HashSetSupplier<A> |
instance() |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.