Package org.openqa.selenium.internal
Class Maps
java.lang.Object
org.openqa.selenium.internal.Maps
All methods return immutable objects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Map <K, V> sequencedMapOf(K k1, V v1, K k2, V v2) Create an immutable Map that keeps the order of elementsstatic <K,V> Map <K, V> sequencedMapOf(K k1, V v1, K k2, V v2, K k3, V v3) Create an immutable Map that keeps the order of elements
-
Constructor Details
-
Maps
public Maps()
-
-
Method Details
-
sequencedMapOf
Create an immutable Map that keeps the order of elements -
sequencedMapOf
Create an immutable Map that keeps the order of elements
-