-
# Describe the bug
The bug reported in [GCC Bugzilla #115939](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115939) is currently also present in MSVC STL. Iterator comparison is currently broken for a…
-
I have followed #452
My callback Func never gets fired and the async Task I am running this inside gets returned early.
The only partial solution I could seem to find was: #727
But that doesn't…
-
It will be great to add support for bulk operations for `MultiMap`, and `TransactionalMultiMap`, same as `IMap.getAll(Set keys)`, and `putAll()`.
Absence of this functionality makes us use `IMap` w…
-
Destroying a replicated map produces a `CLEAR_ALL` map event that is not generated for IMap or MultiMap
Reproducer
```
import com.hazelcast.core.EntryEvent;
import com.hazelcast.core.EntryList…
-
| --- | --- |
| Bugzilla Link | [536680](https://bugs.eclipse.org/bugs/show_bug.cgi?id=536680) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jul 04, 2018 07:11 EDT |
| Modified | Nov…
-
Neither `ImmutableListMultimap.Builder` nor `ImmutableSetMultimap.Builder` explicitly specify what the iteration order of the resulting `Multimap` is if `orderKeysBy` or `orderValuesBy` is not specif…
-
We have multiple types of "special" iterators, that don't just forward to the underlying map types, including (non-exhaustive):
- Iterating over all `(&K, &V)` mappings in a `MultiMap`
- Iterating…
-
Version: 2.9.3
It seems like multimaps with a generic value does not generate @SafeVarargs in the put... methods, causing a compiler warning.
Example code:
```
import com.google.common.collect…
-
With the merge of #21316 we can now simplify this aggregation function implementation by using @TypeParameter annotations in the serializer and state factory constructors, which means the function can…
-
The aforementioned table lists which containers have compatible nodes. Seems like these three rows are missing:
| | |
|-|-
|```multimap```|```multimap```
|```multiset```|```multiset```
|```uno…