Web-based responsive document annotation tool
activeannoservice / common / kotlin.collections.MutableMap / 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