ExpirationNode
@ApiStatus.Experimental
@ApiStatus.AvailableSince(value = "5.0.0")
A representation of an element in an ExpirationCollection. This element holds the element itself, the time it was added, and the time it will expire, and its callback. This also acts as a node in a linked list.
Parameters
E
The type of element in the collection.
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The ExpirationCallback which might be executed when the element expires.
Link copied to clipboard