Collections/src/dorkbox/collections
Robinson f0f5c62951
Added support for .toMap() and .toList(), etc.
2023-09-19 19:46:29 +02:00
..
ArrayMap.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
Bias.kt Added binary search 2023-08-01 10:18:30 -06:00
BinaryHeap.kt Code cleanup. 2023-08-02 21:17:48 -06:00
BinarySearch.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
Collections.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
ConcurrentEntry.kt Concurrent Entry is now kotlin 2023-02-03 01:47:12 +01:00
ConcurrentIterator.kt Contains accepts a null item now 2023-08-10 19:03:24 -06:00
ExpandingArray.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
IdentityMap.kt Initial object map types reworked 2023-07-31 20:58:37 -06:00
IntFloatMap.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
IntIntMap.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
IntMap.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
IntSet.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
LockFreeArrayList.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeBiMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeHashMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeHashSet.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeIntBiMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeIntMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeIntStringMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeLongMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeObjectBiMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeObjectIntBiMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeObjectIntMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LockFreeObjectMap.kt Added support for .toMap() and .toList(), etc. 2023-09-19 19:46:29 +02:00
LongMap.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
LongSet.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
ObjectFloatMap.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
ObjectIntMap.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
ObjectMap.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
ObjectSet.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
OrderedMap.kt Fixed entry initialization errors 2023-08-04 23:00:22 -06:00
OrderedSet.kt Code cleanup. 2023-08-02 21:17:48 -06:00
Predicate.kt Code cleanup. 2023-08-02 21:17:48 -06:00
QuickSelect.kt Ported ExpandingArray 2023-07-31 21:15:04 -06:00
Select.kt Ported ExpandingArray 2023-07-31 21:15:04 -06:00
StateException.kt No longer throws RuntimeException (IllegalArgumentException), but now StateException 2023-08-05 19:15:32 -06:00
package-info.java Initial commit of split off of Utilities project 2022-03-19 17:07:21 +01:00