Module qilletni.api

Record Class CollectionUtility.Entry<K,V>

java.lang.Object
java.lang.Record
dev.qilletni.api.CollectionUtility.Entry<K,V>
Type Parameters:
K - The type of the key
V - The type of the value
Record Components:
k - The key of the pair
v - The value of the pair
Enclosing class:
CollectionUtility

public static record CollectionUtility.Entry<K,V>(K k, V v) extends Record
A record representing a key-value pair.