public final class SystemEnv extends _SystemEnv
_SystemEnv.
Use the static factory method to create immutable instances:
SystemEnv.of().
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another)
This instance is equal to all instances of
SystemEnv that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value. |
static SystemEnv |
of(Map<String,? extends String> value)
Construct a new immutable
SystemEnv instance. |
Map<String,String> |
value() |
Copyright © 2022. All rights reserved.