com.sproutigy.commons.binary.BinaryMap Maven / Gradle / Ivy
package com.sproutigy.commons.binary;
import java.util.Map;
/**
* Map that uses any Binary both as a key and a value.
*
* @author LukeAheadNET
*/
public interface BinaryMap extends Map {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy