Commit Graph
3 Commits
Author SHA1 Message Date
andi c6f5a3d2fe add Sparse2DLongArray 2019-12-26 15:44:58 +01:00
andi 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
andi 955b410ba3 update 3rd party libs 2019-12-22 19:09:37 +01:00