Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Implements the contract for
equals . |
K |
getKey()
Returns the key field of this
ExchangeEntry . |
V |
getValue()
Returns the value field of this
ExchangeEntry . |
int |
hashCode()
Implements the contract for
hashCode . |
V |
setValue(V value)
Modifies the value field of this Entry and of the underlying
Persistit database record associated with the key for this Entry.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public K getKey()
ExchangeEntry
.public V getValue()
ExchangeEntry
. This is
the value that was present in the database at the time an
ExchangeIterator
created this entry; because other
threads may concurrently modify the database, the stored value may
have changed.public V setValue(V value)
ExchangeIterator
created this entry; because other
threads may concurrently modify the database, the stored value may
have changed.public boolean equals(Object o)
equals
. Two
ExchangeEntr
instances are equal if their key and value
fields are equal.Copyright © 2025 Open Identity Platform Community. All rights reserved.