TimerStack

org.beangle.commons.lang.time.TimerStack
class TimerStack(root: TimerNode, initCapacity: Int)

Record timer nodes

Attributes

Since:

3.0.0

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(root: TimerNode)

Concrete methods

def pop(): TimerNode
def push(node: TimerNode): Unit

Concrete fields

var index: Int
var nodes: Array[TimerNode]