Package aQute.bnd.unmodifiable
Class ImmutableEntry<K,V>
java.lang.Object
aQute.bnd.unmodifiable.ImmutableEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
ImmutableEntry
Constructor.- Parameters:
key
- Must not benull
.value
- Must not benull
.
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hashCode
public int hashCode() -
equals
-
toString
-