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