类 ProtocolUtils

java.lang.Object
org.easysearch.client.common.ProtocolUtils

public final class ProtocolUtils
extends java.lang.Object
Common utilities used for XPack protocol classes
  • 构造器概要

    构造器
    构造器 说明
    ProtocolUtils()  
  • 方法概要

    修饰符和类型 方法 说明
    static boolean equals​(java.util.Map<java.lang.String,​java.lang.String[]> a, java.util.Map<java.lang.String,​java.lang.String[]> b)
    Implements equals for a map of string arrays The map of string arrays is used in some XPack protocol classes but does't work with equal.
    static int hashCode​(java.util.Map<java.lang.String,​java.lang.String[]> a)
    Implements hashCode for map of string arrays The map of string arrays does't work with hashCode.

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ProtocolUtils

      public ProtocolUtils()
  • 方法详细资料

    • equals

      public static boolean equals​(java.util.Map<java.lang.String,​java.lang.String[]> a, java.util.Map<java.lang.String,​java.lang.String[]> b)
      Implements equals for a map of string arrays The map of string arrays is used in some XPack protocol classes but does't work with equal.
    • hashCode

      public static int hashCode​(java.util.Map<java.lang.String,​java.lang.String[]> a)
      Implements hashCode for map of string arrays The map of string arrays does't work with hashCode.