The problem is on line tablesize7.add((Hashable)start); "start" is an int so it cannot be cast to "Hashable".

--- Update ---

It seems to me like you're using your interface incorrectly. Your...