Serialized Form
-
Package org.jctools.channels.mapping
-
Class org.jctools.channels.mapping.InvalidInterfaceException extends RuntimeException implements Serializable
- serialVersionUID:
- -3754457562115913877L
-
-
Package org.jctools.maps
-
Class org.jctools.maps.ConcurrentAutoTable extends Object implements Serializable
-
Serialized Fields
-
_cat
org.jctools.maps.ConcurrentAutoTable.CAT _cat
-
-
-
Class org.jctools.maps.NonBlockingHashMap extends AbstractMap<TypeK,TypeV> implements Serializable
- serialVersionUID:
- 1234123412341234123L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Class org.jctools.maps.NonBlockingHashMapLong extends AbstractMap<Long,TypeV> implements Serializable
- serialVersionUID:
- 1234123412341234124L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
_opt_for_space
boolean _opt_for_space
-
-
Class org.jctools.maps.NonBlockingHashSet extends AbstractSet<E> implements Serializable
-
Serialized Fields
-
_map
NonBlockingHashMap<E,Object> _map
-
-
-
Class org.jctools.maps.NonBlockingIdentityHashMap extends AbstractMap<TypeK,TypeV> implements Serializable
- serialVersionUID:
- 1234123412341234123L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Class org.jctools.maps.NonBlockingSetInt extends AbstractSet<Integer> implements Serializable
- serialVersionUID:
- 1234123412341234123L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
-
Package org.jctools.queues.alt
-
Class org.jctools.queues.alt.ConcurrentQueueFactory.GenericQueue extends ConcurrentLinkedQueue<E> implements Serializable
- serialVersionUID:
- -599236378503873292L
-
-
Package org.jctools.queues.atomic
-
Class org.jctools.queues.atomic.LinkedQueueAtomicNode extends AtomicReference<LinkedQueueAtomicNode<E>> implements Serializable
- serialVersionUID:
- 2404266111789071508L
-
Serialized Fields
-
value
E value
-
-
-
Package org.jctools.queues.intrusive
-
Class org.jctools.queues.intrusive.NodeImpl extends AtomicReference<Node> implements Serializable
-
-
Package org.jctools.util
-
Class org.jctools.util.PaddedAtomicLong extends org.jctools.util.PaddedAtomicLongL2Pad implements Serializable
-