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 classATNConfigSet.AbstractConfigHashSetstatic classATNConfigSet.ConfigHashSetThe reason that we need this is because we don't want the hash map to use the standard hash code and equals.static classOrderedATNConfigSet.LexerConfigHashSet
-