Class InlineCSSList


  • public class InlineCSSList
    extends Object
    This is a very special list used only to group inline CSS code for correct merging. It maintains the original order and combines only those with the same media lists.
    Author:
    Philip Helger
    • Constructor Detail

      • InlineCSSList

        public InlineCSSList()
    • Method Detail

      • getSafeCSSMediaList

        @Nonnull
        public static com.helger.css.media.ICSSMediaList getSafeCSSMediaList​(@Nullable
                                                                             com.helger.css.media.ICSSMediaList aMediaList)
      • isEmpty

        public boolean isEmpty()
      • isNotEmpty

        public boolean isNotEmpty()
      • getAll

        @Nonnull
        @ReturnsMutableCopy
        public com.helger.commons.collection.impl.ICommonsList<ICSSCodeProvider> getAll()