Interface RandomStreamManagerIfc

    • Method Detail

      • size

        int size()
        Returns the number of streams being managed
        Returns:
      • isEmpty

        boolean isEmpty()
        Checks if the manager is empty (has no streams)
        Returns:
      • indexOf

        int indexOf​(RNStreamIfc o)
        Returns the index of the stream
        Parameters:
        o -
        Returns:
      • get

        RNStreamControlIfc get​(int index)
        Gets the stream at the supplied index
        Parameters:
        index -
        Returns:
      • contains

        boolean contains​(RNStreamIfc o)
        Checks if the manager contains the supplied stream
        Parameters:
        o -
        Returns: