Package org.aksw.commons.index.util
Class MapSuppliers.MapSupplierTreeMap<T>
- java.lang.Object
-
- org.aksw.commons.index.util.MapSuppliers.MapSupplierTreeMap<T>
-
- All Implemented Interfaces:
MapSupplier
- Enclosing class:
- MapSuppliers
public static class MapSuppliers.MapSupplierTreeMap<T> extends Object implements MapSupplier
-
-
Field Summary
Fields Modifier and Type Field Description protected Comparator<T>cmp
-
Constructor Summary
Constructors Constructor Description MapSupplierTreeMap(Comparator<T> cmp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
Map<K,V>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.MapSupplier
wrapAsCMap
-
-
-
-
Field Detail
-
cmp
protected Comparator<T> cmp
-
-
Constructor Detail
-
MapSupplierTreeMap
public MapSupplierTreeMap(Comparator<T> cmp)
-
-
Method Detail
-
get
public <K,V> Map<K,V> get()
- Specified by:
getin interfaceMapSupplier
-
-