| Package | Description |
|---|---|
| org.antlr.v4.runtime.dfa |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEdgeMap<T> |
class |
ArrayEdgeMap<T> |
class |
EmptyEdgeMap<T>
This implementation of
AbstractEdgeMap represents an empty edge map. |
class |
HashEdgeMap<T> |
class |
SingletonEdgeMap<T> |
class |
SparseEdgeMap<T>
Deprecated.
Use
HashEdgeMap instead. |
| Modifier and Type | Method and Description |
|---|---|
EdgeMap<T> |
EdgeMap.clear() |
EdgeMap<T> |
EdgeMap.put(int key,
T value) |
EdgeMap<T> |
EdgeMap.putAll(EdgeMap<? extends T> m) |
EdgeMap<T> |
EdgeMap.remove(int key) |
| Modifier and Type | Method and Description |
|---|---|
EdgeMap<T> |
EdgeMap.putAll(EdgeMap<? extends T> m) |
ArrayEdgeMap<T> |
ArrayEdgeMap.putAll(EdgeMap<? extends T> m) |
AbstractEdgeMap<T> |
AbstractEdgeMap.putAll(EdgeMap<? extends T> m) |
Copyright © 1992–2024 Daniel Sun. All rights reserved.