Class: PEROBS::BigHash::Collisions

Inherits:
Array show all
Defined in:
lib/perobs/BigHash.rb

Overview

Since the BigHash can also store PEROBS::Array values we need to introduce a new class so we can tell apart collisions from Arrays.

Constant Summary

Constants inherited from ObjectBase

ObjectBase::NATIVE_CLASSES

Instance Attribute Summary

Attributes inherited from Array

#data

Attributes inherited from ObjectBase

#_id, #myself, #store

Method Summary

Methods inherited from Array

#[]=, #_delete_reference_to_id, #_deserialize, #_referenced_object_ids, #initialize, #inspect, #unshift

Methods inherited from ObjectBase

#==, #_check_assignment_value, _finalize, #_initialize, #_restore, #_stash, #_sync, #_transfer, #initialize, read, #restore

Constructor Details

This class inherits a constructor from PEROBS::Array