Package | Description |
---|---|
cern.colt |
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
|
Modifier and Type | Method and Description |
---|---|
Timer |
Timer.display()
Prints the elapsed time on System.out
|
Timer |
Timer.minus(Timer other)
T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.
|
Timer |
Timer.plus(Timer other)
T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
|
Timer |
Timer.reset()
Resets the timer.
|
Timer |
Timer.start()
Starts the timer.
|
Timer |
Timer.stop()
Stops the timer.
|
Modifier and Type | Method and Description |
---|---|
Timer |
Timer.minus(Timer other)
T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.
|
Timer |
Timer.plus(Timer other)
T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.