Commit Graph

80 Commits

Author SHA1 Message Date
Robinson f0f5c62951
Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
Robinson e9e377f27d
version 2.5 2023-09-07 00:46:27 +02:00
Robinson 50a9bf4310
Added LockFreeLongMap 2023-09-07 00:46:03 +02:00
Robinson a8db6b42e4
Contains accepts a null item now 2023-08-10 19:03:24 -06:00
Robinson f1700b15d6
version 2.4 2023-08-10 16:54:19 -06:00
Robinson 4e9aeb1854
Added contains. 2023-08-10 16:53:52 -06:00
Robinson 726c0aed62
version 2.3 2023-08-05 19:39:30 -06:00
Robinson 8536dbd0b3
Fixed put and remove for bimaps 2023-08-05 19:39:19 -06:00
Robinson a1a4cfb88f
No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
Robinson 5e00bba892
removed dead code 2023-08-05 18:46:34 -06:00
Robinson dfedd4a9d6
version 2.2 2023-08-04 23:00:36 -06:00
Robinson e053a1222e
Fixed entry initialization errors 2023-08-04 23:00:22 -06:00
Robinson db15e3ea52
version 2.1 2023-08-04 22:43:04 -06:00
Robinson 599fc0554a
Code polish 2023-08-04 22:42:22 -06:00
Robinson 2f60a33ef0
better impl of get(key) 2023-08-04 20:26:54 -06:00
Robinson 96d27cde62
updated version 2023-08-02 22:30:36 -06:00
Robinson 7f4e713e1c
code cleanup 2023-08-02 22:25:11 -06:00
Robinson c12fc94835
Removed ConcurrentWeakIdentityHashMap 2023-08-02 22:23:18 -06:00
Robinson 32a0208f51
Fixed issue when replacing values via map.entry 2023-08-02 22:22:25 -06:00
Robinson fb1c30b035
Code cleanup. 2023-08-02 21:17:48 -06:00
Robinson 6341127c77
removed dead code 2023-08-02 20:17:29 -06:00
Robinson bc8edb8f4b
ported LF int-string map 2023-08-02 20:17:21 -06:00
Robinson dc45dcf0e5
ported LF int bi-map 2023-08-02 20:15:40 -06:00
Robinson c4898447ae
ported ObjectFloatMap 2023-08-02 20:09:22 -06:00
Robinson 6ef0c2d1b2
added getandIncrement 2023-08-02 20:09:02 -06:00
Robinson aa332ac56b
ported ObjectIntMap 2023-08-01 21:22:43 -06:00
Robinson f3855bed38
Added LockFreeIntMap 2023-08-01 21:13:49 -06:00
Robinson 7f1b1c0c0c
ported IntFloatMap 2023-08-01 20:42:23 -06:00
Robinson 907db6d550
fixed comment 2023-08-01 20:42:12 -06:00
Robinson 1340179a73
Added longMap 2023-08-01 20:32:37 -06:00
Robinson b08748e620
code cleanup 2023-08-01 20:26:17 -06:00
Robinson fc3eadd8f2
Added longset 2023-08-01 20:25:46 -06:00
Robinson fd220fee63
Fixed toArray to be primitive 2023-08-01 20:25:06 -06:00
Robinson da0601ad59
code cleanup 2023-08-01 20:17:50 -06:00
Robinson a60dcdfbc5
Fixed addAll logic shortcut error 2023-08-01 20:14:05 -06:00
Robinson 74f6a3d315
Comment cleanup 2023-08-01 20:11:30 -06:00
Robinson 99a891707f
Added IntIntMap 2023-08-01 20:08:08 -06:00
Robinson 6f5ace25df
Added back checks for NULL vs non-existent values 2023-08-01 20:03:43 -06:00
Robinson 21e615b7f1
Code cleanup 2023-08-01 19:43:03 -06:00
Robinson cd622d5dba
Added entries.add/addAll 2023-08-01 19:13:52 -06:00
Robinson b2996dc896
Added get operator 2023-08-01 19:02:48 -06:00
Robinson 6bc9bccd36
Updated copyright 2023-08-01 19:02:25 -06:00
Robinson d8ac9f3d63
comment cleanup 2023-08-01 18:55:13 -06:00
Robinson 2c4d357a36
ported IntMap 2023-08-01 18:55:07 -06:00
Robinson 206270d502
removed dead code 2023-08-01 18:53:05 -06:00
Robinson a5bc84c9a6
Ported IntSet 2023-08-01 18:52:51 -06:00
Robinson 81bfa823a3
Fixed remove boolean operator shortcut 2023-08-01 18:52:23 -06:00
Robinson 5ef3c5c722
Added bi-maps for hashmap and for objectmap 2023-08-01 11:48:31 -06:00
Robinson cd6904e396
ObjectMap is now of the exact type as passed in (no longer typed as nullable) 2023-08-01 11:47:12 -06:00
Robinson 3705a68915
Concurrent iterator must be a non-null object 2023-08-01 10:18:58 -06:00