HashEdgeMap instead.@Deprecated public final class SparseEdgeMap<T> extends AbstractEdgeMap<T>
AbstractEdgeMap.AbstractEntrySetmaxIndex, minIndex| Constructor and Description |
|---|
SparseEdgeMap(int minIndex,
int maxIndex)
Deprecated.
|
SparseEdgeMap(int minIndex,
int maxIndex,
int maxSparseSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEdgeMap<T> |
clear()
Deprecated.
|
boolean |
containsKey(int key)
Deprecated.
|
Set<Map.Entry<Integer,T>> |
entrySet()
Deprecated.
|
T |
get(int key)
Deprecated.
|
int[] |
getKeys()
Deprecated.
|
int |
getMaxSparseSize()
Deprecated.
|
List<T> |
getValues()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
AbstractEdgeMap<T> |
put(int key,
T value)
Deprecated.
|
SparseEdgeMap<T> |
remove(int key)
Deprecated.
|
int |
size()
Deprecated.
|
Map<Integer,T> |
toMap()
Deprecated.
|
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–2024 Daniel Sun. All rights reserved.