interface SortedMultiMapSortedValueCreators
undocumented
Extends: MultiMapBase.Factory<Tp,UK,UV>
Methods
builder
Returns an empty builder instance for this type of collection and context.
buildercreateContext
Returns a new SortedMultiMapSortedValue context instance based on the given options.
createContextoptions.defaultContext
Returns the default context for HashMultiMapHashValue.
defaultContextempty
Returns the (singleton) empty instance of this type and context with given key and value types.
emptyfrom
Returns an immutable multimap of this type and context, containing the entries in the given source StreamSource.
fromsource StreamSource.of
Returns an immutable multimap of this collection type and context, containing the given entries.
ofentries.reducer
Returns a Reducer that adds received tuples to a MultiMap and returns the MultiMap as a result. When a source is given, the reducer will first create a MultiMap from the source, and then add tuples to it.
reducerReducer that adds received tuples to a MultiMap and returns the MultiMap as a result. When a source is given, the reducer will first create a MultiMap from the source, and then add tuples to it.