Uses of Class
org.antlr.v4.runtime.misc.Array2DHashSet
-
Packages that use Array2DHashSet Package Description org.antlr.v4.runtime.atn -
-
Uses of Array2DHashSet in org.antlr.v4.runtime.atn
Subclasses of Array2DHashSet in org.antlr.v4.runtime.atn Modifier and Type Class Description static class
ATNConfigSet.AbstractConfigHashSet
static class
ATNConfigSet.ConfigHashSet
The reason that we need this is because we don't want the hash map to use the standard hash code and equals.static class
OrderedATNConfigSet.LexerConfigHashSet
-