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 FlexibleHashMap
FlexibleHashMap.Entry<K,V> -
Field Summary
Fields inherited from class FlexibleHashMap
buckets, comparator, currentPrime, INITAL_BUCKET_CAPACITY, INITAL_CAPACITY, initialBucketCapacity, initialCapacity, LOAD_FACTOR, n, threshold -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FlexibleHashMap
clear, containsKey, containsValue, entrySet, equals, expand, get, getBucket, hashCode, isEmpty, keySet, main, put, putAll, remove, size, toString, toTableString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
AltAndContextMap
public AltAndContextMap()
-