Class HashSetSupplier<A>
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.util.function.HashSetSupplier<A>
-
- All Implemented Interfaces:
Serializable
,Supplier<HashSet<A>>
public final class HashSetSupplier<A> extends Object implements Supplier<HashSet<A>>, Serializable
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HashSet<A>
get()
static <A> HashSetSupplier<A>
instance()
-