Theia API Documentation v1.65.0
    Preparing search index...
    interface IKeyIterator<K> {
        cmp(a: string): number;
        hasNext(): boolean;
        next(): this;
        reset(key: K): this;
        value(): string;
    }

    Type Parameters

    • K

    Implemented by

    Index

    Methods