类 Parameters


  • public class Parameters
    extends 
    已过时。
    Parameters for backward compatibility for version prior to 2.0.5
    • 构造器概要

      构造器 
      构造器 说明
      ... pairs)
      已过时。
       
      <,​> parameters)
      已过时。
       
    • 方法概要

      所有方法 静态方法 实例方法 具体方法 已过时的方法 
      修饰符和类型 方法 说明
      boolean  o)
      已过时。
       
      boolean  key)
      已过时。
       
      boolean  key, boolean defaultValue)
      已过时。
       
       key)
      已过时。
       
       key,  defaultValue)
      已过时。
       
      <T> T <T> type,  key)
      已过时。
       
      <T> T <T> type,  key,  defaultValue)
      已过时。
       
      int  key)
      已过时。
       
      int  key, int defaultValue)
      已过时。
       
      boolean  method,  key)
      已过时。
       
      boolean  method,  key, boolean defaultValue)
      已过时。
       
      <T> T <T> type,  method,  key)
      已过时。
       
      <T> T <T> type,  method,  key,  defaultValue)
      已过时。
       
      int  method,  key)
      已过时。
       
      int  method,  key, int defaultValue)
      已过时。
       
       method,  key)
      已过时。
       
       method,  key,  defaultValue)
      已过时。
       
      int  method,  key, int defaultValue)
      已过时。
       
       key)
      已过时。
       
       key,  defaultValue)
      已过时。
       
      <,​> getParameters()
      已过时。
       
      int  key, int defaultValue)
      已过时。
       
      int hashCode()
      已过时。
       
      boolean  method,  key)
      已过时。
       
      boolean  key)
      已过时。
       
      static Parameters  query)
      已过时。
       
      toString()
      已过时。
       
      • 从类继承的方法 java.lang.

        , , , , ,
    • 构造器详细资料

      • Parameters

        public Parameters​(... pairs)
        已过时。
      • Parameters

        public Parameters​(<,​> parameters)
        已过时。
    • 方法详细资料

      • parseParameters

        public static  query)
        已过时。
      • getParameters

        public <,​> getParameters()
        已过时。
      • getExtension

        public <T> T getExtension​(<T> type,
                                   key)
        已过时。
      • getExtension

        public <T> T getExtension​(<T> type,
                                   key,
                                   defaultValue)
        已过时。
      • getMethodExtension

        public <T> T getMethodExtension​(<T> type,
                                         method,
                                         key)
        已过时。
      • getMethodExtension

        public <T> T getMethodExtension​(<T> type,
                                         method,
                                         key,
                                         defaultValue)
        已过时。
      • getDecodedParameter

        public  getDecodedParameter​( key)
        已过时。
      • getDecodedParameter

        public  getDecodedParameter​( key,
                                           defaultValue)
        已过时。
      • getParameter

        public  getParameter​( key)
        已过时。
      • getParameter

        public  getParameter​( key,
                                    defaultValue)
        已过时。
      • getIntParameter

        public int getIntParameter​( key)
        已过时。
      • getIntParameter

        public int getIntParameter​( key,
                                   int defaultValue)
        已过时。
      • getPositiveIntParameter

        public int getPositiveIntParameter​( key,
                                           int defaultValue)
        已过时。
      • getBooleanParameter

        public boolean getBooleanParameter​( key)
        已过时。
      • getBooleanParameter

        public boolean getBooleanParameter​( key,
                                           boolean defaultValue)
        已过时。
      • hasParamter

        public boolean hasParamter​( key)
        已过时。
      • getMethodParameter

        public  getMethodParameter​( method,
                                          key)
        已过时。
      • getMethodParameter

        public  getMethodParameter​( method,
                                          key,
                                          defaultValue)
        已过时。
      • getMethodIntParameter

        public int getMethodIntParameter​( method,
                                          key)
        已过时。
      • getMethodIntParameter

        public int getMethodIntParameter​( method,
                                          key,
                                         int defaultValue)
        已过时。
      • getMethodPositiveIntParameter

        public int getMethodPositiveIntParameter​( method,
                                                  key,
                                                 int defaultValue)
        已过时。
      • getMethodBooleanParameter

        public boolean getMethodBooleanParameter​( method,
                                                  key)
        已过时。
      • getMethodBooleanParameter

        public boolean getMethodBooleanParameter​( method,
                                                  key,
                                                 boolean defaultValue)
        已过时。
      • hasMethodParamter

        public boolean hasMethodParamter​( method,
                                          key)
        已过时。
      • equals

        public boolean equals​( o)
        已过时。
        覆盖:
         在类中 
      • hashCode

        public int hashCode()
        已过时。
        覆盖:
         在类中 
      • toString

        public  toString()
        已过时。
        覆盖:
         在类中