Package net.binis.codegen.collection
Interface CodeMap<K,V,R>
- All Superinterfaces:
BaseModifier<CodeMap<K,V, R>, R>
- All Known Implementing Classes:
CodeMapImpl
-
Method Summary
Modifier and TypeMethodDescriptionclear()computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) putIfAbsent(K key, V value) replaceAll(BiFunction<? super K, ? super V, ? extends V> function)
-
Method Details
-
put
-
putAll
-
remove
-
clear
-
replaceAll
-
putIfAbsent
-
remove
-
replace
-
replace
-
computeIfAbsent
-
computeIfPresent
-
compute
-
merge
-