public class NMapWithAlias<K,V> extends Object
NMapWithAlias()
NMapWithAlias<K,V>
alias(K key, K value)
void
clear()
V
get(K key)
Set<K>
keySet()
keySetWithAlias()
keySetWithAlias(K name)
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NMapWithAlias()
public void clear()
public NMapWithAlias<K,V> alias(K key, K value)
public Set<K> keySet()
public Set<K> keySetWithAlias()
public V put(K key, V value)
public Set<K> keySetWithAlias(K name)
public V get(K key)
Copyright © 2026 vpc open source initiative. All rights reserved.