interface BiMultiMap.NonEmpty<K,V>
A non-empty type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. See the BiMultiMap documentation and the BiMultiMap API documentation
Extends: Streamable.NonEmpty<T>
, BiMultiMap<K,V>
Type parameters
Name | Description |
---|---|
K | the key type |
V | the value type |
Methods
stream
Returns a non-empty Stream
of the elements in this collection.
stream
Stream
of the elements in this collection.