public interface EdgeMap<T>
| Modifier and Type | Method and Description |
|---|---|
EdgeMap<T> |
clear() |
boolean |
containsKey(int key) |
Set<Map.Entry<Integer,T>> |
entrySet() |
T |
get(int key) |
boolean |
isEmpty() |
EdgeMap<T> |
put(int key,
T value) |
EdgeMap<T> |
putAll(EdgeMap<? extends T> m) |
EdgeMap<T> |
remove(int key) |
int |
size() |
Map<Integer,T> |
toMap() |
int size()
boolean isEmpty()
boolean containsKey(int key)
@Nullable T get(int key)
Copyright © 1992–2024 Daniel Sun. All rights reserved.