Frames | No Frames |
serialVersionUID: -7720805057305804111L
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
private void readObject(java.io.ObjectInputStream is) throws java.io.IOException, ClassNotFoundException
serialVersionUID: -817911632652898426L
serialVersionUID: 196745693267521676L
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Save the state to a stream (that is, serialize it).
- Parameters:
s
- the stream
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, ClassNotFoundException
Reconstitute the Queue instance from a stream (that is, deserialize it).
- Parameters:
s
- the stream
serialVersionUID: -8627078645895051609L
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Save the state of this map to a stream.
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, ClassNotFoundException
Reconstitute the map from a stream.
Comparator comparator
The comparator used to maintain order in this map, or null if using natural ordering.
serialVersionUID: -2479143111061671589L
ConcurrentNavigableMap m
The underlying map. Uses Boolean.TRUE as value for each element. This field is declared final for the sake of thread safety, which entails some ugliness in clone()
serialVersionUID: 5457747651344034263L
serialVersionUID: -387911632671998426L
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Save the state of this deque to a stream (that is, serialize it).
- Parameters:
s
- the stream
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, ClassNotFoundException
Reconstitute this deque from a stream (that is, deserialize it).
- Parameters:
s
- the stream
serialVersionUID: -6903933977591709194L
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Save the state to a stream (that is, serialize it).
- Parameters:
s
- the stream
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, ClassNotFoundException
Reconstitute this queue instance from a stream (that is, deserialize it).
- Parameters:
s
- the stream
int capacity
The capacity bound, or Integer.MAX_VALUE if none
int count
Current number of elements
Object takeLock
Lock held by take, poll, etc
Object putLock
Lock held by put, offer, etc
serialVersionUID: 5595510919245408276L
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Saves the state to a stream (that is, serializes it). This merely wraps default serialization within lock. The serialization strategy for items is left to underlying Queue. Note that locking is not needed on deserialization, so readObject is not defined, just relying on default.
serialVersionUID: -3222578661600680210L
serialVersionUID: -3223113410248163686L
edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
Queue holding waiting puts
edu.emory.mathcs.backport.java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
Queue holding waiting takes
int index
The index of this unit. This value is no longer used in this version of this class, but is retained for serialization compatibility with previous version.
String name
name of this unit
serialVersionUID: 4654671469794556979L
serialVersionUID: 6214790243416807050L
serialVersionUID: 2862133569453604235L
serialVersionUID: 1927816293512124184L
serialVersionUID: -2308431214976778248L
serialVersionUID: -1848883965231344442L
serialVersionUID: -6209656149925076980L
serialVersionUID: 2416444691925378811L
serialVersionUID: 7373984872572414699L
serialVersionUID: -3463448656717690166L
serialVersionUID: -5992448646407690164L
serialVersionUID: -4992448646407690164L