Class: Antlr4::Runtime::ATNConfigSet::ConfigHashSet

Inherits:
AbstractConfigHashSet show all
Defined in:
lib/antlr4/runtime/atn_config_set.rb

Constant Summary

Constants inherited from Antlr4::Runtime::Array2DHashSet

Antlr4::Runtime::Array2DHashSet::INITIAL_BUCKET_CAPACITY, Antlr4::Runtime::Array2DHashSet::INITIAL_CAPACITY, Antlr4::Runtime::Array2DHashSet::LOAD_FACTOR

Instance Attribute Summary

Attributes inherited from Antlr4::Runtime::Array2DHashSet

#buckets

Instance Method Summary collapse

Methods inherited from Antlr4::Runtime::Array2DHashSet

#==, #add, #add_all, #clear, #contains, #contains_all, #contains_fast, #create_bucket, #create_buckets, #empty?, #expand, #get, #get_bucket, #get_or_add, #get_or_add_impl, #hash, #iterator, #remove, #remove_all, #remove_fast, #retain_all, #size, #to_a, #to_s, #to_table_string

Constructor Details

#initializeConfigHashSet

Returns a new instance of ConfigHashSet.



111
112
113
# File 'lib/antlr4/runtime/atn_config_set.rb', line 111

def initialize
  super(ConfigEqualityComparator.instance)
end