net.sf.javagimmicks.collections.bidimap.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gimmicks Show documentation
Show all versions of gimmicks Show documentation
Utility classes, APIs and tools for Java
/**
* Provides {@link java.util.Map} implementations that are
* bi-directional (values are also keys and keys can be
* looked up by values).
* @author Michael Scholz
*/
package net.sf.javagimmicks.collections.bidimap;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy