suparnatural-cache / com.suparnatural.core.cache / RobinHoodProbingCache / Quintuple

Quintuple

data class Quintuple<A, B, C, D>

A class representing a group of four values

Parameters

A - the type of first value

B - the type of second value

C - the type of third value

D - the type of fourth value

Constructors

<init>

Quintuple(first: A, second: B, third: C, fourth: D)

A class representing a group of four values

Properties

first

val first: A

the first value

fourth

val fourth: D

the fourth value

second

val second: B

the second value

third

val third: C

the third value