An alternative for the Java Maps that can be easly used and extended
OtherMap is available at JitPack's Maven repo.
If you're using Gradle, you could add OtherMap as a dependency with the following steps:
- Add
maven { url 'https://jitpack.io' }to therepositoriesin yourbuild.gradle. - Add
compile 'com.github.FlorianSteenbuck:OtherMap:dev-SNAPSHOT'thedependenciesin yourbuild.gradle. Replacedev-SNAPSHOTwith the latest release.