Collections/src/dorkbox/collections
Robinson 1b5ff6dd04
Version 2.8
2023-11-29 12:06:27 +01:00
..
ArrayMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01: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 Version 2.8 2023-11-29 12:06:27 +01: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 Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
IdentityMap.kt Initial object map types reworked 2023-07-31 20:58:37 -06:00
IdentitySet.java Added corresponding IdentitySet 2023-10-09 12:35:10 +02:00
IntFloatMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
IntIntMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
IntMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
IntSet.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
LockFreeArrayList.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeBiMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeHashMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeHashSet.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeIntBiMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeIntMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeIntStringMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeLinkedList.kt Added LockFreeLinkedList 2023-11-29 12:06:09 +01:00
LockFreeLongMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeObjectBiMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeObjectIntBiMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeObjectIntMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LockFreeObjectMap.kt Suppressed unchecked cast where appropriate 2023-11-29 12:05:43 +01:00
LongMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
LongSet.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
ObjectFloatMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
ObjectIntMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
ObjectMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
ObjectSet.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
OrderedMap.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01:00
OrderedSet.kt Added allocateIterators as an instance variable, instead of static. 2023-11-29 12:05:14 +01: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