public final class HashEdgeMap<T> extends AbstractEdgeMap<T>
AbstractEdgeMap.AbstractEntrySetmaxIndex, minIndex| Constructor and Description |
|---|
HashEdgeMap(int minIndex,
int maxIndex) |
HashEdgeMap(int minIndex,
int maxIndex,
int maxSparseSize) |
| Modifier and Type | Method and Description |
|---|---|
AbstractEdgeMap<T> |
clear() |
boolean |
containsKey(int key) |
Set<Map.Entry<Integer,T>> |
entrySet() |
T |
get(int key) |
boolean |
isEmpty() |
AbstractEdgeMap<T> |
put(int key,
T value) |
HashEdgeMap<T> |
remove(int key) |
int |
size() |
Map<Integer,T> |
toMap() |
putAllpublic HashEdgeMap(int minIndex,
int maxIndex)
public HashEdgeMap(int minIndex,
int maxIndex,
int maxSparseSize)
public int size()
public boolean isEmpty()
public boolean containsKey(int key)
public T get(int key)
public AbstractEdgeMap<T> put(int key, T value)
public HashEdgeMap<T> remove(int key)
public AbstractEdgeMap<T> clear()
Copyright © 1992–2024 Daniel Sun. All rights reserved.