kclv.TableLike = function() {
    kclv.PseudoInterface.call(this, []); // TODO

    return;
};