public class NStoreLocationsMap extends Object
| Constructor and Description |
|---|
NStoreLocationsMap(Map<NStoreType,String> locations) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(NStoreType location) |
NStoreLocationsMap |
set(Map<NStoreType,String> locations) |
NStoreLocationsMap |
set(NStoreLocationsMap other) |
NStoreLocationsMap |
set(NStoreType location,
String value) |
Map<NStoreType,String> |
toMap() |
Map<NStoreType,String> |
toMapOrNull() |
public NStoreLocationsMap(Map<NStoreType,String> locations)
public String get(NStoreType location)
public NStoreLocationsMap set(Map<NStoreType,String> locations)
public NStoreLocationsMap set(NStoreLocationsMap other)
public NStoreLocationsMap set(NStoreType location, String value)
public Map<NStoreType,String> toMap()
public Map<NStoreType,String> toMapOrNull()
Copyright © 2026 vpc open source initiative. All rights reserved.