net.sf.javagimmicks.collections.mapping.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
/**
* This API introduces two new data-structures {@link net.sf.javagimmicks.collections.mapping.Mappings}
* and {@link net.sf.javagimmicks.collections.mapping.ValueMappings} that allow to model n:m relations
* and get information for each "side" via well-known {@link java.util.Map} API.
*
* You can find some usage examples in the class documentation of {@link net.sf.javagimmicks.collections.mapping.Mappings}
* and {@link net.sf.javagimmicks.collections.mapping.ValueMappings}.
*/
package net.sf.javagimmicks.collections.mapping;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy