Package org.godot.utilities.utils
Class MapUtils
- java.lang.Object
-
- org.godot.utilities.utils.MapUtils
-
public final class MapUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
@NotNull Map.Entry<K,V>entry(K key, V value)Generate simple map entrystatic <K,V>
@NotNull Map<K,V>of(Map.Entry<K,V> @NotNull ... entries)Generate map with all entries inside
-