Package com.amalgamasimulation.utils.container
package com.amalgamasimulation.utils.container
-
ClassDescriptionAccumulator<T>Accumulator represents a mapping from a set of categories to a set of numeric values.BiMap<K,
V> A bidirectional map (BiMap) implementation that allows lookup by key to get a value and lookup by value to get a key.Represents a sorted list of elements ordered by double keys.SortedList<T>List of elements that maintains order using the comparator specified at the time of list's creation.