Skip to content

Repository files navigation

ListUtils

A library of utils missing in the Java's list interface. As far as I know they are not available in apache commons either This will be a growing list

ListDiff

Given two lists return a list of elements that are uncommon between them. In essence, return (A U B) n (A U B) <==> (A - B) U (B - A)

About

List of utilities to complement Java's list interface

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages