Class Int2IntHashMap.EntryIterator.MapEntry
java.lang.Object
org.agrona.collections.Int2IntHashMap.EntryIterator.MapEntry
- Enclosing class:
Int2IntHashMap.EntryIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
k
private final int k -
v
private final int v
-
-
Constructor Details
-
MapEntry
public MapEntry(int k, int v) Constructs entry with given key and value.- Parameters:
k- key.v- value.
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hashCode
-
equals
-
toString
-