Package org.aksw.commons.index.util
Interface CSetSupplier<X>
-
- All Superinterfaces:
SetSupplier
public interface CSetSupplier<X> extends SetSupplier
Helper 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 default <X extends Set<?>>
CSetSupplier<X>cast()<T> CSet<T,X>get()-
Methods inherited from interface org.aksw.commons.index.util.SetSupplier
wrapAsCSet
-
-
-
-
Method Detail
-
get
<T> CSet<T,X> get()
- Specified by:
getin interfaceSetSupplier
-
cast
default <X extends Set<?>> CSetSupplier<X> cast()
-
-