Class NoopTags.NoopTagContext

  • Enclosing class:
    NoopTags

    @Immutable
    private static final class NoopTags.NoopTagContext
    extends TagContext
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static TagContext INSTANCE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NoopTagContext()  
    • Constructor Detail

      • NoopTagContext

        private NoopTagContext()
    • Method Detail

      • getIterator

        protected java.util.Iterator<Tag> getIterator()
        Description copied from class: TagContext
        Returns an iterator over the tags in this TagContext.
        Specified by:
        getIterator in class TagContext
        Returns:
        an iterator over the tags in this TagContext.