public final class LongTreeMap<V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LongTreeMap.Entry<V> |
| Constructor and Description |
|---|
LongTreeMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
deleteEntry(LongTreeMap.Entry<V> p) |
LongTreeMap.Entry<V> |
firstEntry() |
V |
get(long key) |
LongTreeMap.Entry<V> |
getEntry(long key) |
boolean |
isEmpty() |
LongTreeMap.Entry<V> |
lastEntry() |
static void |
main(String[] args) |
V |
put(long key,
V value) |
void |
putAll(LongTreeMap<? extends V> map) |
V |
remove(long key) |
int |
size() |
Collection<V> |
values() |
public LongTreeMap.Entry<V> firstEntry()
public LongTreeMap.Entry<V> lastEntry()
public int size()
public boolean isEmpty()
public void deleteEntry(LongTreeMap.Entry<V> p)
public V remove(long key)
public void clear()
public void putAll(LongTreeMap<? extends V> map)
public LongTreeMap.Entry<V> getEntry(long key)
public V get(long key)
public Collection<V> values()
public static void main(String[] args)
Copyright © 2021. All rights reserved.