org.mwg.struct.Map Maven / Gradle / Ivy
package org.mwg.struct;
public interface Map {
/**
* Size of the getOrCreateMap
*
* @return the size of the getOrCreateMap
*/
long size();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy