-
Hello. Executing of such code triggers NPE:
```java
TreeMultimap.create().get(null);
```
```
Exception in thread "main" java.lang.NullPointerException
at com.google.common.base.Preconditions.ch…
-
Python's CFFI has [new handle/from_handle](https://cffi.readthedocs.io/en/latest/ref.html#ffi-new-handle-ffi-from-handle) which allows to create an opaque pointer to a Python object and pass it to the…
-
### 能支持guava 的序列化吗
类似 [jackson-datatypes-collections](https://github.com/FasterXML/jackson-datatypes-collections/tree/2.18/guava)
-
- [X] List
- [X] Dequeue
- [X] Map
- [X] Set
- [X] LruMap
- [ ] LruSet
- [ ] LfuMap
- [ ] LfuSet
- [ ] SortedMap
- [ ] SortedSet
- [ ] SortedArrayMap
- [ ] SortedArraySet
- [X] Dict
- [X] SortedArray
…
-
Here's a quote from the class-level javadoc of `ImmutableMultimap`:
> **Warning:** avoid direct usage of ImmutableMultimap as a type (as with Multimap itself). Prefer subtypes such as ImmutableSetM…
-
[P0429R9](https://wg21.link/P0429R9) ``
LWG-3786 Flat maps' deduction guides need to default `Allocator` to be useful
LWG-3803 `flat_`*`meow`* constructors taking `KeyContainer` lack `KeyCompare` pa…
-
given url `/test?key=v1&Key=v2&KEY=v3` it should return different value as below, but now it all returns *v3*
```
rc.request.getParam("key") //should return v1
rc.request.getParam("Key") //shoul…
-
Similarly to the #5950 and as discussed recently in WLCG AuthZ mailing list same problem apply also to `wlcg.groups` or generally token group identity mapping. Nobody can guarantee that two different …
vokac updated
2 years ago
-
The [unmodifiableSortedSetMultimap method in Multimaps](https://github.com/google/guava/blob/07b4f00bc2cb5fcab1b96df8d186e499703eb50d/guava/src/com/google/common/collect/Multimaps.java#L930-L950) is c…
-
in linear haskell, `->.` is used as the linear version of the standard arrow `->`. this bugs me + others as it doesn’t look anything like the inherent mathematical symbol (U+22B8 MULTIMAP `⊸`).
visua…