Uses of Interface
org.aksw.commons.index.util.MapSupplier
Packages that use MapSupplier
-
Uses of MapSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type MapSupplierModifier and TypeMethodDescriptionstatic <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, TupleBridge<D, C> tupleAccessor) -
Uses of MapSupplier in org.aksw.commons.index.core
Fields in org.aksw.commons.index.core declared as MapSupplierModifier and TypeFieldDescriptionprotected MapSupplierStorageNodeMapBase.mapSupplierprotected MapSupplierStorageNodeMapBase.mapSupplierConstructors in org.aksw.commons.index.core with parameters of type MapSupplierModifierConstructorDescriptionStorageNodeInnerMap(int[] tupleIdxs, TupleBridge<D, C> tupleAccessor, StorageNodeMutable<D, C, V> child, MapSupplier mapSupplier, TupleValueFunction<C, K> keyFunction, TupleAccessor<? super K, ? extends C> keyToComponent) StorageNodeLeafMap(int[] tupleIdxs, TupleBridge<D, C> tupleAccessor, MapSupplier mapSupplier, TupleValueFunction<C, K> keyFunction, TupleAccessor<? 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.utilModifier and TypeInterfaceDescriptioninterfaceCMapSupplier<X>Helper interface for creating new map instances with automatically inferred typesClasses in org.aksw.commons.index.util that implement MapSupplierMethods in org.aksw.commons.index.util that return MapSupplierModifier and TypeMethodDescriptionstatic <T> MapSupplierMapSuppliers.forTreeMap(Comparator<T> cmp) Methods in org.aksw.commons.index.util with parameters of type MapSupplierModifier and TypeMethodDescriptionstatic <X> CMapSupplier<X> MapSuppliers.wrapAsCMap(MapSupplier supp, Supplier<X> initValueSupp)