Class ChannelStorage<T>

java.lang.Object
com.github.weisj.jsvg.nodes.filter.ChannelStorage<T>

public final class ChannelStorage<T> extends Object
  • Field Details

    • storage

      @NotNull private final @NotNull Map<@NotNull Object,@NotNull Provider<T>> storage
  • Constructor Details

    • ChannelStorage

      public ChannelStorage()
  • Method Details