Serialized Form
Package edu.emory.mathcs.util |
Package edu.emory.mathcs.util.collections |
serialVersionUID: 362498820763181265l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serially compatible with java.util.HashMap, up to the class name
treshold
int treshold
loadFactor
float loadFactor
resizeTreshold
float resizeTreshold
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
treshold
int treshold
loadFactor
float loadFactor
resizeTreshold
float resizeTreshold
Package edu.emory.mathcs.util.collections.ints |
base
IntSortedSet base
beg
int beg
end
int end
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
min
int min
max
int max
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
treshold
int treshold
minKey
int minKey
maxKey
int maxKey
loadFactor
float loadFactor
resizeTreshold
float resizeTreshold
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
treshold
int treshold
min
int min
max
int max
loadFactor
float loadFactor
resizeTreshold
float resizeTreshold
Package edu.emory.mathcs.util.collections.longs |
base
LongSortedSet base
beg
long beg
end
long end
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
min
long min
max
long max
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
treshold
int treshold
minKey
long minKey
maxKey
long maxKey
loadFactor
float loadFactor
resizeTreshold
float resizeTreshold
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
treshold
int treshold
min
long min
max
long max
loadFactor
float loadFactor
resizeTreshold
float resizeTreshold
Package edu.emory.mathcs.util.collections.shorts |
base
ShortSortedSet base
beg
short beg
end
short end
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
min
short min
max
short max
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
treshold
int treshold
minKey
short minKey
maxKey
short maxKey
loadFactor
float loadFactor
resizeTreshold
float resizeTreshold
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
treshold
int treshold
min
short min
max
short max
loadFactor
float loadFactor
resizeTreshold
float resizeTreshold
Package edu.emory.mathcs.util.net.inproc |
port
int port
Package edu.emory.mathcs.util.net.tunnel |
tunnel
java.net.SocketAddress tunnel
port
int port
Package edu.emory.mathcs.util.remote |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
Package edu.emory.mathcs.util.remote.io |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
Package edu.emory.mathcs.util.remote.locks |
Package edu.emory.mathcs.util.swing |
detailPane
javax.swing.JPanel detailPane
detailBtn
javax.swing.JButton detailBtn
initialFocus
javax.swing.JButton initialFocus
selectedBtn
int selectedBtn
defaultBtn
int defaultBtn
dblistener
edu.emory.mathcs.util.swing.JDetailedMessageBox.DetailButtonListener dblistener
pwd
javax.swing.JPasswordField pwd
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
usernameTF
javax.swing.JTextField usernameTF
jLabel1
javax.swing.JLabel jLabel1
jLabel2
javax.swing.JLabel jLabel2
jPanel1
javax.swing.JPanel jPanel1
passwdTF
javax.swing.JPasswordField passwdTF
Package edu.emory.mathcs.backport.java.util |
serialVersionUID: 2340985798034038923l
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserialize this deque.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Serialize this deque.
- Serial Data:
- The current size (int) of the deque,
followed by all of its elements (each an object reference) in
first-to-last order.
- Throws:
java.io.IOException
serialVersionUID: 876323262645176354l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: -7720805057305804111l
readObject
private void readObject(java.io.ObjectInputStream is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream os)
throws java.io.IOException
- Serial Data:
- the length of the array (queue capacity) is stored, followed
by all of its elements (as Objects)
- Throws:
java.io.IOException
size
int size
comparator
java.util.Comparator comparator
serialVersionUID: 919286545866124006l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
comparator
java.util.Comparator comparator
key
java.lang.Object key
element
java.lang.Object element
color
boolean color
- The node color (RED, BLACK)
left
TreeMap.Entry left
- Pointer to left child
right
TreeMap.Entry right
- Pointer to right child
parent
TreeMap.Entry parent
- Pointer to parent (null if root)
serialVersionUID: -2479143000061671589l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
Package edu.emory.mathcs.backport.java.util.concurrent |
serialVersionUID: -817911632652898426l
items
java.lang.Object[] items
- The queued items
count
int count
- Number of items in the queue
lock
ReentrantLock lock
- Main lock guarding all access
notEmpty
Condition notEmpty
- Condition for waiting takes
notFull
Condition notFull
- Condition for waiting puts
serialVersionUID: 7117394618823254244l
serialVersionUID: -9202173006928992231l
serialVersionUID: 7249069246763182397l
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the ConcurrentHashMap instance from a
stream (i.e., deserialize it).
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of the ConcurrentHashMap instance to a
stream (i.e., serialize it).
- Serial Data:
- the key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
java.io.IOException
segmentMask
int segmentMask
- Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
segmentShift
int segmentShift
- Shift value for indexing within segments.
segments
ConcurrentHashMap.Segment[] segments
- The segments, each of which is a specialized hash table
serialVersionUID: 196745693267521676l
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the Queue instance from a stream (that is,
deserialize it).
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state to a stream (that is, serialize it).
- Serial Data:
- All of the elements (each an E) in
the proper order, followed by a null
- Throws:
java.io.IOException
headLock
java.lang.Object headLock
tailLock
java.lang.Object tailLock
serialVersionUID: -8627078645895051609l
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the map from a stream.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of this map to a stream.
- Serial Data:
- The key (Object) and value (Object) for each
key-value mapping represented by the map, followed by
null. The key-value mappings are emitted in key-order
(as determined by the Comparator, or by the keys' natural
ordering if no Comparator).
- Throws:
java.io.IOException
comparator
java.util.Comparator comparator
- The comparator used to maintain order in this map, or null
if using natural ordering.
-
Class edu.emory.mathcs.backport.java.util.concurrent.ConcurrentSkipListMap.SubMap extends AbstractMap implements Serializable |
serialVersionUID: -7647078645895051609l
m
ConcurrentSkipListMap m
- Underlying map
lo
java.lang.Object lo
- lower bound key, or null if from start
hi
java.lang.Object hi
- upper bound key, or null if to end
loInclusive
boolean loInclusive
- inclusion flag for lo
hiInclusive
boolean hiInclusive
- inclusion flag for hi
isDescending
boolean isDescending
- direction
serialVersionUID: -2479143111061671589l
m
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: 8673264195747942595l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 5457747651344034263l
al
CopyOnWriteArrayList al
serialVersionUID: 7830266012832686185l
serialVersionUID: -387911632671998426l
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute this deque from a stream (that is,
deserialize it).
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of this deque to a stream (that is, serialize it).
- Serial Data:
- The capacity (int), followed by elements (each an
Object) in the proper order, followed by a null
- Throws:
java.io.IOException
capacity
int capacity
- Maximum number of items in the deque
lock
ReentrantLock lock
- Main lock guarding all access
notEmpty
Condition notEmpty
- Condition for waiting takes
notFull
Condition notFull
- Condition for waiting puts
serialVersionUID: -6903933977591709194l
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute this queue instance from a stream (that is,
deserialize it).
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state to a stream (that is, serialize it).
- Serial Data:
- The capacity is emitted (int), followed by all of
its elements (each an Object) in the proper order,
followed by a null
- Throws:
java.io.IOException
capacity
int capacity
- The capacity bound, or Integer.MAX_VALUE if none
count
int count
- Current number of elements
takeLock
java.lang.Object takeLock
- Lock held by take, poll, etc
putLock
java.lang.Object putLock
- Lock held by put, offer, etc
serialVersionUID: 5595510919245408276l
writeObject
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.
q
PriorityQueue q
lock
ReentrantLock lock
notEmpty
Condition notEmpty
serialVersionUID: -375805702767069545l
serialVersionUID: -3222578661600680210l
sync
Semaphore.Sync sync
serialVersionUID: -3223113410248163686l
qlock
ReentrantLock qlock
- Lock protecting both wait queues
waitingProducers
SynchronousQueue.WaitQueue waitingProducers
- Queue holding waiting puts
waitingConsumers
SynchronousQueue.WaitQueue waitingConsumers
- Queue holding waiting takes
serialVersionUID: 1900926677490660714l
index
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.
name
java.lang.String name
- name of this unit
Package edu.emory.mathcs.backport.java.util.concurrent.atomic |
serialVersionUID: 4654671469794556979l
value
int value
serialVersionUID: 6214790243416807050l
value
int value
serialVersionUID: 2862133569453604235l
array
int[] array
serialVersionUID: 1927816293512124184l
value
long value
serialVersionUID: -2308431214976778248l
array
long[] array
serialVersionUID: -1848883965231344442l
value
java.lang.Object value
serialVersionUID: -6209656149925076980l
array
java.lang.Object[] array
Package edu.emory.mathcs.backport.java.util.concurrent.helpers |
serialVersionUID: 2416444691925378811l
Package edu.emory.mathcs.backport.java.util.concurrent.locks |
serialVersionUID: 7373984872572414699l
sync
ReentrantLock.Sync sync
serialVersionUID: -3463448656717690166l
readerLock_
ReentrantReadWriteLock.ReadLock readerLock_
writerLock_
ReentrantReadWriteLock.WriteLock writerLock_
sync
edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
serialVersionUID: -5992448646407690164l
lock
ReentrantReadWriteLock lock
serialVersionUID: -4992448646407690164l
lock
ReentrantReadWriteLock lock