Class PcdataSubFilter

    • Constructor Detail

      • PcdataSubFilter

        public PcdataSubFilter​(IFilter filter,
                               IEncoder parentEncoder,
                               int sectionIndex,
                               String parentId,
                               String parentName)
    • Method Detail

      • next

        public Event next()
        Description copied from interface: IFilter
        Gets the next event available. Calling this method can be done only once on each event.
        Specified by:
        next in interface IFilter
        Specified by:
        next in interface Iterator<Event>
        Overrides:
        next in class SubFilter
        Returns:
        The next event available or null if there are no events.