Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Initial Github Release

Latest
Compare
Choose a tag to compare
@dhke dhke released this 28 Jul 06:23
· 1 commit to master since this release

cutil is an extended collections library on top of collections-generic.

Included are

  • copy-on-write collections
  • equality-aware TreeSets (with non-lattice Comparators)
  • aspect-oriented sets supporting add/remove/modify listeners
  • immutable decorator sets
  • frozen set/list
  • input transforming iterators/collections
  • a stringer library
  • various utilities