Class: XABA::HashEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/xaba/container.rb

Overview

hashes of assembly name same entry for hash32 and hash64

Instance Method Summary collapse

Instance Method Details

#inspectObject



90
91
92
93
# File 'lib/xaba/container.rb', line 90

def inspect
  format("<HashEntry hash=%016x mapping_index=%3d local_store_index=%3d store_id=%d>", hash, mapping_index,
         local_store_index, store_id)
end