|
Colt 1.0.2 | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
new Par
, when executed,
runs the tasks provided in the constructor in parallel using
coInvoke(tasks).new Par(task1, task2)
, when executed,
runs task1 and task2 in parallel using coInvoke(task1, task2).new Seq
, when executed,
invokes each task provided in the constructor, in order.new Seq2(task1, task2)
, when executed,
invokes task1 and then task2, in order.float
elements; implemented with arrays.AbstractFloatList
to be viewed and treated as a JDK 1.2 AbstractList
.long <= value
.
Former
via method create();
Implementations of can use existing libraries such as corejava.PrintfFormat or corejava.Format or other.
|
Colt 1.0.2 | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |