Bluestep JS Documentation
    Preparing search index...

    Interface Enumeration<E>

    interface Enumeration<E> {
        hasMoreElements(): boolean;
        nextElement(): E;
    }

    Type Parameters

    • E
    Index

    Methods

    • Returns boolean

    • Returns E