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