Uses of Interface
org.aksw.commons.index.util.MapSupplier
-
Packages that use MapSupplier Package Description org.aksw.commons.index org.aksw.commons.index.core org.aksw.commons.index.util -
-
Uses of MapSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type MapSupplier Modifier and Type Method Description static <D,C,V,S extends Map<C,V>>
StorageNodeMutable<D,C,S>StorageComposers. innerMap(int tupleIdx, MapSupplier mapSupplier, StorageNodeMutable<D,C,V> child)static <D,C,S extends Map<C,D>>
StorageNodeMutable<D,C,S>StorageComposers. leafMap(int tupleIdx, MapSupplier mapSupplier, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor) -
Uses of MapSupplier in org.aksw.commons.index.core
Fields in org.aksw.commons.index.core declared as MapSupplier Modifier and Type Field Description protected MapSupplierStorageNodeMapBase. mapSupplierprotected MapSupplierStorageNodeMapBase. mapSupplierConstructors in org.aksw.commons.index.core with parameters of type MapSupplier Constructor Description StorageNodeInnerMap(int[] tupleIdxs, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor, StorageNodeMutable<D,C,V> child, MapSupplier mapSupplier, TupleValueFunction<C,K> keyFunction, org.aksw.commons.tuple.TupleAccessorCore<? super K,? extends C> keyToComponent)StorageNodeLeafMap(int[] tupleIdxs, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor, MapSupplier mapSupplier, TupleValueFunction<C,K> keyFunction, org.aksw.commons.tuple.TupleAccessorCore<? super K,? extends C> keyToComponent, TupleValueFunction<C,V> valueFunction) -
Uses of MapSupplier in org.aksw.commons.index.util
Subinterfaces of MapSupplier in org.aksw.commons.index.util Modifier and Type Interface Description interfaceCMapSupplier<X>Helper interface for creating new map instances with automatically inferred typesClasses in org.aksw.commons.index.util that implement MapSupplier Modifier and Type Class Description static classMapSuppliers.MapSupplierTreeMap<T>Methods in org.aksw.commons.index.util that return MapSupplier Modifier and Type Method Description static <T> MapSupplierMapSuppliers. forTreeMap(Comparator<T> cmp)Methods in org.aksw.commons.index.util with parameters of type MapSupplier Modifier and Type Method Description static <X> CMapSupplier<X>MapSuppliers. wrapAsCMap(MapSupplier supp, java.util.function.Supplier<X> initValueSupp)
-