Some data structures I wrote because the JDK didn't have what I needed.
To include using gradle:
repositories {
maven{url 'https://dl.bintray.com/lukehb/137-collections'} //hosted on bintray
}
dependencies {
compile 'onethreeseven:collections:0.0.1'
}