Class Setting.SimpleKey

org.elasticsearch.common.settings.Setting.SimpleKey
All Implemented Interfaces:
Setting.Key
Direct Known Subclasses:
Setting.GroupKey, Setting.ListKey
Enclosing class:
Setting<T>

public static class Setting.SimpleKey extends implements Setting.Key
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     key)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     o)
     
    int
     
    boolean
     key)
     
     

    Methods inherited from class java.lang.

    , , , , , , ,
  • Field Details

    • key

      protected final  key
  • Constructor Details

    • SimpleKey

      public SimpleKey( key)
  • Method Details

    • match

      public boolean match( key)
      Specified by:
      match in interface Setting.Key
    • toString

      public  toString()
      Overrides:
       in class 
    • equals

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class