Interface PrimitiveLongCollection

    • Method Detail

      • visitKeys

        <E extends java.lang.Exception> void visitKeys​(PrimitiveLongVisitor<E> visitor)
                                                throws E extends java.lang.Exception
        Visit the keys of this collection, until all have been visited or the visitor returns 'true'.
        Throws:
        E extends java.lang.Exception