Package io.github.jonestimd.collection
Custom collections.
-
Class Summary Class Description HashList<T,ID> List implementation with improved performance forList.indexOf(Object)
.IdentityArrayList<T> A list that uses identity equality forList.indexOf(Object)
andList.lastIndexOf(Object)
.MapBuilder<K,V> Builder for immutable maps.