Uses of Class
org.aksw.commons.collector.core.SetOverMap
Packages that use SetOverMap
-
Uses of SetOverMap in org.aksw.commons.collector.core
Methods in org.aksw.commons.collector.core that return types with arguments of type SetOverMapModifier and TypeMethodDescriptionstatic <K,V, E> ParallelAggregator <Map.Entry<K, V>, E, SetOverMap<K, V>, Accumulator<Map.Entry<K, V>, E, SetOverMap<K, V>>> AggBuilder.mapSupplier(SerializableSupplier<? extends Map<K, V>> mapSupplier) We provide the SetOverMap collection type which transparently gives access to the underlying map This way we can reuse the collection machinery for accumulation and still type-safely extract the map eventuallystatic <K,V, E> ParallelAggregator <Map.Entry<K, V>, E, SetOverMap<K, V>, Accumulator<Map.Entry<K, V>, E, SetOverMap<K, V>>> AggBuilder.mapSupplier(SerializableSupplier<? extends Map<K, V>> mapSupplier) We provide the SetOverMap collection type which transparently gives access to the underlying map This way we can reuse the collection machinery for accumulation and still type-safely extract the map eventually