Class StreamList


  • public class StreamList
    extends Object

    StreamList: collection of StreamItems

    • Constructor Summary

      Constructors 
      Constructor Description
      StreamList()
      Create empty StreamList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StreamItem getStreamDef​(String name)
      Get streamItem by streamType name.
      java.util.Map getStreamDefs()
      Get Map of streamItems (by streamType names).
      java.util.List getStreamTypeNames()
      Get list of streamType names.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StreamList

        public StreamList()
        Create empty StreamList
    • Method Detail

      • getStreamDefs

        public java.util.Map getStreamDefs()
        Get Map of streamItems (by streamType names).
        Returns:
        Map of streamItems
      • getStreamTypeNames

        public java.util.List getStreamTypeNames()
        Get list of streamType names. Returns shallow copy of list.
        Returns:
        list of streamType names
      • getStreamDef

        public StreamItem getStreamDef​(String name)
        Get streamItem by streamType name.
        Parameters:
        name - streamType name
        Returns:
        streamItem