Class 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 Detail

      • key

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

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

      • HotRodPair

        public HotRodPair()
      • HotRodPair

        public HotRodPair​(T first,
                          V second)
    • Method Detail

      • getKey

        public T getKey()
      • getValue

        public V getValue()
      • setKey

        public void setKey​(T first)
      • setValue

        public void setValue​(V second)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object