@!visibility private
# File lib/concurrent/thread_safe/util/power_of_two_tuple.rb, line 20 def hash_to_index(hash) (size - 1) & hash end
# File lib/concurrent/thread_safe/util/power_of_two_tuple.rb, line 32 def next_in_size_table self.class.new(size << 1) end
Generated with the Darkfish Rdoc Generator 2.