
org.sdmlib.serialization.BidiHashMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SDMLib Show documentation
Show all versions of SDMLib Show documentation
SDMLib is a light weight modeling library. SDMLib intentionally comes without any tool or editor.
package org.sdmlib.serialization;
//public class BidiHashMap extends AbstractBidiMap
//{
//
// public BidiHashMap()
// {
// super(new HashMap(), new HashMap());
// }
//
// @Override
// public BidiHashMap with(K key, V value)
// {
// return (BidiHashMap) super.with(key, value);
// }
//
// @Override
// public BidiHashMap without(K key, V value)
// {
// return (BidiHashMap) super.with(key, value);
// }
//
//}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy