public class NBTreeMapImpl<K extends Comparable<K>,V> extends Object implements net.thevpc.nuts.util.NBTreeMap<K,V>
| Constructor and Description |
|---|
NBTreeMapImpl(int order) |
public boolean put(K key, V value)
put in interface net.thevpc.nuts.util.NBTreeMap<K extends Comparable<K>,V>public int size()
size in interface net.thevpc.nuts.util.NBTreeMap<K extends Comparable<K>,V>public Set<K> keySet()
keySet in interface net.thevpc.nuts.util.NBTreeMap<K extends Comparable<K>,V>public Collection<V> values()
values in interface net.thevpc.nuts.util.NBTreeMap<K extends Comparable<K>,V>public Set<Map.Entry<K,V>> entrySet()
entrySet in interface net.thevpc.nuts.util.NBTreeMap<K extends Comparable<K>,V>public boolean isEmpty()
isEmpty in interface net.thevpc.nuts.util.NBTreeMap<K extends Comparable<K>,V>public boolean contains(K key)
contains in interface net.thevpc.nuts.util.NBTreeMap<K extends Comparable<K>,V>public V get(K key)
get in interface net.thevpc.nuts.util.NBTreeMap<K extends Comparable<K>,V>Copyright © 2026 vpc open source initiative. All rights reserved.