public class NMapWithAlias<K,V> extends Object
| Constructor and Description |
|---|
NMapWithAlias() |
| Modifier and Type | Method and Description |
|---|---|
NMapWithAlias<K,V> |
alias(K key,
K value) |
V |
get(K key) |
Set<K> |
keySet() |
Set<K> |
keySetWithAlias() |
Set<K> |
keySetWithAlias(K name) |
V |
put(K key,
V value) |
Copyright © 2025 vpc open source initiative. All rights reserved.