contains: function(item) {
            var hashCode        = Obj.hashCode(item).toString();
            var hashStoreNode   = this.hashStoreNodeReflectObject.getProperty(hashCode);
            if (hashStoreNode) {
                return hashStoreNode.contains(item);