org.mapdb / QueueLong / Node

Node

data class Node


Types

SERIALIZER object SERIALIZER : Serializer<Node>

Constructors

<init> Node(prevRecid: Long, nextRecid: Long, timestamp: Long, value: Long)

Properties

nextRecid val nextRecid: Long
prevRecid val prevRecid: Long
timestamp val timestamp: Long
value val value: Long