Skip to content

JPrimitiveCollections 0.3.0

Latest
Compare
Choose a tag to compare
@TeamworkGuy2 TeamworkGuy2 released this 10 Mar 01:31
· 1 commit to master since this release

Changed

  • *List addAll(Collection) renamed/changed to addValues(Iterable) for ease of use and renamed to avoid ambigious method definition with addAll(*List) (i.e. IntList)
  • *ArrayList static methods of(Collection, int) and toArray(Collection, int) first parameter changed to Iterable for ease of use
  • *MapSorted putAll(Collection, Collection[, ...]) changed to putAll(Iterable, Iterable[, ...]) for ease of use
  • Some unit test additions