Package org.aksw.commons.index.util
Class SetSuppliers.SetSupplierTreeSet<X>
- java.lang.Object
-
- org.aksw.commons.index.util.SetSuppliers.SetSupplierTreeSet<X>
-
- All Implemented Interfaces:
SetSupplier
- Enclosing class:
- SetSuppliers
public static class SetSuppliers.SetSupplierTreeSet<X> extends Object implements SetSupplier
-
-
Field Summary
Fields Modifier and Type Field Description protected Comparator<X>cmp
-
Constructor Summary
Constructors Constructor Description SetSupplierTreeSet(Comparator<X> cmp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Set<T>get()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.aksw.commons.index.util.SetSupplier
wrapAsCSet
-
-
-
-
Field Detail
-
cmp
protected Comparator<X> cmp
-
-
Constructor Detail
-
SetSupplierTreeSet
public SetSupplierTreeSet(Comparator<X> cmp)
-
-
Method Detail
-
get
public <T> Set<T> get()
- Specified by:
getin interfaceSetSupplier
-
-