net.sf.javagimmicks.collections.bidimap.SortedBidiMap 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
package net.sf.javagimmicks.collections.bidimap;
import java.util.SortedMap;
/**
* A {@link BidiMap} extension of {@link SortedMap}.
*/
public interface SortedBidiMap extends SortedMap, BidiMap
{
public SortedBidiMap inverseBidiSortedMap();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy