public abstract class AbstractEdgeMap<T> extends Object implements EdgeMap<T>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractEdgeMap.AbstractEntrySet |
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxIndex |
protected int |
minIndex |
| Constructor and Description |
|---|
AbstractEdgeMap(int minIndex,
int maxIndex) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractEdgeMap<T> |
clear() |
abstract AbstractEdgeMap<T> |
put(int key,
T value) |
AbstractEdgeMap<T> |
putAll(EdgeMap<? extends T> m) |
abstract AbstractEdgeMap<T> |
remove(int key) |
public abstract AbstractEdgeMap<T> put(int key, T value)
public AbstractEdgeMap<T> putAll(EdgeMap<? extends T> m)
public abstract AbstractEdgeMap<T> clear()
public abstract AbstractEdgeMap<T> remove(int key)
Copyright © 1992–2024 Daniel Sun. All rights reserved.