Serialized Form
-
Package EDU.oswego.cs.dl.util.concurrent
-
Class EDU.oswego.cs.dl.util.concurrent.BrokenBarrierException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
index
int index
The index that barrier would have returned upon normal return;
-
-
-
Class EDU.oswego.cs.dl.util.concurrent.TimeoutException extends java.lang.InterruptedException implements Serializable
-
Serialized Fields
-
duration
long duration
The approximate time that the operation lasted before this timeout exception was thrown.
-
-
-
-
Package EDU.oswego.cs.dl.util.concurrent.misc
-
Class EDU.oswego.cs.dl.util.concurrent.misc.Fraction extends java.lang.Object implements Serializable
-
Serialized Fields
-
denominator_
long denominator_
-
numerator_
long numerator_
-
-
-