Package org.aksw.commons.index.util
Interface SetSupplier
- All Known Subinterfaces:
CSetSupplier<X>
- All Known Implementing Classes:
SetSuppliers.SetSupplierTreeSet
public interface SetSupplier
Helper interface for creating new set instances with automatically inferred
types
- Author:
- Claus Stadler 11/09/2020
-
Method Summary
Modifier and TypeMethodDescription<T> Set<T>get()default <X> CSetSupplier<X>wrapAsCSet(Supplier<X> valueSupplier) Wrap this map supplier such that any supplied map becomes wrapped as a cmap.
-
Method Details
-
get
-
wrapAsCSet
Wrap this map supplier such that any supplied map becomes wrapped as a cmap.- Returns:
-