Class OrderedATNConfigSet.LexerConfigHashSet
java.lang.Object
org.graalvm.shadowed.org.antlr.v4.runtime.misc.Array2DHashSet<ATNConfig>
org.graalvm.shadowed.org.antlr.v4.runtime.atn.ATNConfigSet.AbstractConfigHashSet
org.graalvm.shadowed.org.antlr.v4.runtime.atn.OrderedATNConfigSet.LexerConfigHashSet
- Enclosing class:
OrderedATNConfigSet
public static class OrderedATNConfigSet.LexerConfigHashSet
extends ATNConfigSet.AbstractConfigHashSet
-
Nested Class Summary
Nested classes/interfaces inherited from class org.graalvm.shadowed.org.antlr.v4.runtime.misc.Array2DHashSet
Array2DHashSet.SetIterator -
Field Summary
Fields inherited from class org.graalvm.shadowed.org.antlr.v4.runtime.misc.Array2DHashSet
buckets, comparator, currentPrime, INITAL_BUCKET_CAPACITY, INITAL_CAPACITY, initialBucketCapacity, initialCapacity, LOAD_FACTOR, n, threshold -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.graalvm.shadowed.org.antlr.v4.runtime.atn.ATNConfigSet.AbstractConfigHashSet
asElementType, createBucket, createBucketsMethods inherited from class org.graalvm.shadowed.org.antlr.v4.runtime.misc.Array2DHashSet
add, addAll, clear, contains, containsAll, containsFast, equals, expand, get, getBucket, getOrAdd, getOrAddImpl, hashCode, isEmpty, iterator, remove, removeAll, removeFast, retainAll, size, toArray, toArray, toString, toTableStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
spliterator
-
Constructor Details
-
LexerConfigHashSet
public LexerConfigHashSet()
-