Returns the set of environment variables with values @return the set of DotenvEntrys for all environment variables
()
| 43 | * @return the set of {@link DotenvEntry}s for all environment variables |
| 44 | */ |
| 45 | Set<DotenvEntry> entries(); |
| 46 | |
| 47 | /** |
| 48 | * Returns the set of {@link DotenvEntry}s matching the filter |
no outgoing calls