Serialized Form

Package EDU.oswego.cs.dl.util.concurrent

Class EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.BarrierLock extends Object implements Serializable

Class EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
            throws IOException
Save the state of the list to a stream (i.e., serialize it).

readObject

private void readObject(ObjectInputStream s)
            throws IOException,
                   ClassNotFoundException
Reconstitute the list from a stream (i.e., deserialize it).

Class EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet extends AbstractSet implements Serializable

Serialized Fields

al

 CopyOnWriteArrayList al

Package EDU.oswego.cs.dl.util.concurrent.misc

Class EDU.oswego.cs.dl.util.concurrent.misc.Fraction extends Object implements Serializable

Serialized Fields

numerator_

 long numerator_

denominator_

 long denominator_