Skip to content

Extra useful collection types and utilities

License

Notifications You must be signed in to change notification settings

iCodeIN/ExtraCollections-Java

 
 

Repository files navigation

Extra Collections

Handy utilities for things I wish were in Java's collections api.

Features

  • Delegating collections
  • Observable collections
  • Invertible Map (BiMap)
  • Boxes
    • Object T
    • int
    • long
    • float
    • double
    • char
  • Trees
    • Treated as additions to Map<K, Tree<K,V>>
  • Tuples
    • Pair
  • Lambdas that throw Throwable
  • Common utilities for List, Map, and Set types with features such as:
    • Creating singleton collections
    • Creating disjoint & union collection of two input collections

About

Extra useful collection types and utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%