Interface MemberList<T>

    • Method Detail

      • close

        default void close()
        Indicates that this member list is no longer required and that the server may clean up any resources that may have been used in the course of processing. This method must be called if the caller wishes to stop iterating across the member list before the end has been reached, although it will not be necessary if the call to hasMoreMembers returns false.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable