Class HotRodPair<T,V>

java.lang.Object
org.keycloak.models.map.storage.hotRod.common.HotRodPair<T,V>

@ProtoDoc("schema-version: 1") public class HotRodPair<T,V> extends Object
!!! Please do not change this class !!! If some change is needed please create a new version of this class and solve the migration on top-level entities.
  • Field Details

    • key

      @ProtoField(number=1) public org.infinispan.protostream.WrappedMessage key
    • value

      @ProtoField(number=2) public org.infinispan.protostream.WrappedMessage value
  • Constructor Details

    • HotRodPair

      public HotRodPair()
    • HotRodPair

      public HotRodPair(T first, V second)
  • Method Details

    • getKey

      public T getKey()
    • getValue

      public V getValue()
    • setKey

      public void setKey(T first)
    • setValue

      public void setValue(V second)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object