ao-collections-1.2.0
Release Notes
-
New utility methods to create
HashSet
andHashMap
to hold a given number of elements. These are useful as lambda method references, where performing the typical computation inline would be unnecessarily verbose. IdentityKey
now has aNULL
constant, along with static factory methods to use this constant fornull
values.
ao-collections-1.1.0
Release Notes
Fixed
SortedProperties
compatibility with Java 9+ by also sortingentrySet()
.Also added
getKeyComparator()
method to support different sort orders.
ao-collections-1.0.0
Release Notes
- Project split out of AO Lang and AOCode Public.
-
New utility class
Sets
for working with sets. Prefer functionality in Commons Collections or other more mainstream places. These methods are things not so concisely doable in commons collections.