Uses of Class
io.github.handsomecoder.utils.map.MapBuilder
-
Packages that use MapBuilder Package Description io.github.handsomecoder.utils.map -
-
Uses of MapBuilder in io.github.handsomecoder.utils.map
Methods in io.github.handsomecoder.utils.map that return MapBuilder Modifier and Type Method Description MapBuilder<K,V>MapBuilder. add(K key, V value)Add map builder.
-