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