HashEdgeMap instead.@Deprecated public final class SparseEdgeMap<T> extends AbstractEdgeMap<T>
AbstractEdgeMap.AbstractEntrySetmaxIndex, minIndex| 构造器和说明 |
|---|
SparseEdgeMap(int minIndex,
int maxIndex)
已过时。
|
SparseEdgeMap(int minIndex,
int maxIndex,
int maxSparseSize)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractEdgeMap<T> |
clear()
已过时。
|
boolean |
containsKey(int key)
已过时。
|
Set<Map.Entry<Integer,T>> |
entrySet()
已过时。
|
T |
get(int key)
已过时。
|
int[] |
getKeys()
已过时。
|
int |
getMaxSparseSize()
已过时。
|
List<T> |
getValues()
已过时。
|
boolean |
isEmpty()
已过时。
|
AbstractEdgeMap<T> |
put(int key,
T value)
已过时。
|
SparseEdgeMap<T> |
remove(int key)
已过时。
|
int |
size()
已过时。
|
Map<Integer,T> |
toMap()
已过时。
|
putAllpublic SparseEdgeMap(int minIndex,
int maxIndex)
public SparseEdgeMap(int minIndex,
int maxIndex,
int maxSparseSize)
public final int[] getKeys()
public final int getMaxSparseSize()
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 SparseEdgeMap<T> remove(int key)
public AbstractEdgeMap<T> clear()
Copyright © 1992–2022 Daniel Sun. All rights reserved.