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