ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / kotlin.collections.MutableMap / putIfAbsentAndGet

putIfAbsentAndGet

fun <K, V : Any> MutableMap<K, V>.putIfAbsentAndGet(key: K, value: V): V

Return the NEW value if absent, or get the existing value