Package org.antlr.v4.runtime.atn
Class PredictionMode.AltAndContextMap
java.lang.Object
org.antlr.v4.runtime.misc.FlexibleHashMap<ATNConfig,BitSet>
org.antlr.v4.runtime.atn.PredictionMode.AltAndContextMap
- Enclosing class:
PredictionMode
A Map that uses just the state and the stack context as the key.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.antlr.v4.runtime.misc.FlexibleHashMap
FlexibleHashMap.Entry<K,
V> -
Field Summary
Fields inherited from class org.antlr.v4.runtime.misc.FlexibleHashMap
buckets, comparator, currentPrime, INITAL_BUCKET_CAPACITY, INITAL_CAPACITY, initialBucketCapacity, initialCapacity, LOAD_FACTOR, n, threshold
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.antlr.v4.runtime.misc.FlexibleHashMap
clear, containsKey, containsValue, entrySet, equals, expand, get, getBucket, hashCode, isEmpty, keySet, main, put, putAll, remove, size, toString, toTableString, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
AltAndContextMap
public AltAndContextMap()
-