Modifier and Type | Field and Description |
---|---|
long |
expireLinkNodeRecid |
K |
key |
long |
next |
V |
value |
Constructor and Description |
---|
LinkedNode(long next,
long expireLinkNodeRecid,
K key,
V value) |
Copyright © 2019. All rights reserved.