Package com.github.loki4j.client.util
Class OrderedMap
- java.lang.Object
-
- com.github.loki4j.client.util.OrderedMap
-
public class OrderedMap extends java.lang.ObjectStandard Map.of() does not guarantee the determined order of key-value pairs in the resulting map. This utility class fixes this by using LinkedHashMap under the hood.
-
-
Constructor Summary
Constructors Constructor Description OrderedMap()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>of(java.lang.String... values)
-