Static Public Member Functions | |
static Struct | of (String k1, Value v1) |
static Struct | of (String k1, Value v1, String k2, Value v2) |
static Struct | of (String k1, Value v1, String k2, Value v2, String k3, Value v3) |
Private Member Functions | |
Structs () | |
|
inlineprivate |
Definition at line 64 of file Structs.java.
Returns a struct containing the key-value pair.
Definition at line 42 of file Structs.java.
|
inlinestatic |
Returns a struct containing each of the key-value pairs.
Providing duplicate keys is undefined behavior.
Definition at line 51 of file Structs.java.
|
inlinestatic |
Returns a struct containing each of the key-value pairs.
Providing duplicate keys is undefined behavior.
Definition at line 60 of file Structs.java.