def method_missing(method, *args, &block) @mutex.synchronize do @internalArray.send(method, *args, &block) end end