Class Stack.Entry
java.lang.Object
org.tquadrat.foundation.util.Stack.Entry
@ClassVersion(sourceVersion="$Id: Stack.java 1061 2023-09-25 16:32:43Z tquadrat $")
@API(status=STABLE,
since="0.0.5")
private final class Stack.Entry
extends Object
The stack entries.
- Note:
-
- This class cannot be changed to a
record(instead of being aclass) because arecordas an inner class is implicitly static, and that collides with the type argument<T>that is inherited from the surrounding class.
- This class cannot be changed to a
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: Stack.java 1061 2023-09-25 16:32:43Z tquadrat $
- Since:
- 0.0.5
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.util.Stack.Entry"
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_Head
-
m_Tail
-
-
Constructor Details
-
Entry
-
-
Method Details
-
head
-
tail
-
