Class NameParameterCountKey

java.lang.Object
com.espertech.esper.common.internal.collection.NameParameterCountKey

public class NameParameterCountKey extends Object
A hash key that include a name and a count, wherein the combination of name and count defines the uniqueness.
  • Constructor Details

    • NameParameterCountKey

      public NameParameterCountKey(String name, int count)
  • Method Details

    • getName

      public String getName()
    • getCount

      public int getCount()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object