public class NBTreeMapImpl<K extends Comparable<K>,V> extends Object implements NBTreeMap<K,V>
NBTreeMapImpl(int order)
boolean
contains(K key)
Set<Map.Entry<K,V>>
entrySet()
V
get(K key)
isEmpty()
Set<K>
keySet()
put(K key, V value)
remove(K key, V value)
int
size()
Collection<V>
values()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NBTreeMapImpl(int order)
public boolean put(K key, V value)
put
NBTreeMap<K extends Comparable<K>,V>
public int size()
size
public Set<K> keySet()
keySet
public Collection<V> values()
values
public Set<Map.Entry<K,V>> entrySet()
entrySet
public boolean isEmpty()
isEmpty
public boolean contains(K key)
contains
public V get(K key)
get
public V remove(K key, V value)
remove
Copyright © 2026 vpc open source initiative. All rights reserved.