# File lib/Borges/Utilities/StateRegistry.rb, line 54
  def initialize
    #@objects = SeasidePlatformSupport.weakDictionaryOfSize(10)
    @objects = Weak::IdentityKeyHash.new
  end