Skip to content

A repository of commonly used methods, either unavailable in other repositories, but more often with improved apis.

License

Notifications You must be signed in to change notification settings

michapringle/commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commons

A repository of commonly used methods, either unavailable in other repositories, but more often with improved apis.

assortments package

An experimental alternative to the Collections' library that enforces the usage of an Equals interface to prevent the problem of using a collection without defining a custom equals and hashcode method when you ought to have.

More work is needed here

  • wrapper classes for the existing Collections base types, i.e. new assortment.List(new ArrayList());
  • Javadoc is missing on key abstract classes
  • Mutable interfaces for all base type assortments, i.e. MutableList, MutableSet, MutableMap, etc

util package

Utility classes that I find useful, typically with improved apis.

About

A repository of commonly used methods, either unavailable in other repositories, but more often with improved apis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages