Class FilterChannelKey.StringKey

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @NotNull java.lang.String key  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringKey​(@NotNull java.lang.String key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.Object key()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • key

        @NotNull
        private final @NotNull java.lang.String key
    • Constructor Detail

      • StringKey

        public StringKey​(@NotNull
                         @NotNull java.lang.String key)
    • Method Detail

      • key

        @NotNull
        public @NotNull java.lang.Object key()
        Specified by:
        key in interface FilterChannelKey
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object