Files
primitive-collections/primitiveCollections/src/main/java/org/lucares/collections
Andreas Huber ec7a03f068 LongLongHashMap.get should no longer throw NoSuchElementException
In many use cases it is more efficient to have a getter that returns
a default value instead of throwing an exception. The exception forces
every consumer to call containsKey() before calling get(). In cases
where the consumer wants to use a default value this is unnecessary.
2019-12-22 19:14:41 +01:00
..
2018-01-24 19:15:19 +01:00
2017-11-09 09:33:19 +01:00
2018-01-24 19:15:19 +01:00