Serialized Form
-
Package org.jhotdraw8.icollection
-
Class org.jhotdraw8.icollection.ChampMap
class ChampMap extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
size
int size
-
-
Class org.jhotdraw8.icollection.ChampSet
class ChampSet extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
size
int size
-
-
Class org.jhotdraw8.icollection.ChampVectorMap
class ChampVectorMap extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
offset
int offset
Offset of sequence numbers to vector indices.vector index = sequence number + offset
-
size
int size
The size of the map. -
vector
VectorList<Object> vector
In this vector we store the elements in the order in which they were inserted.
-
-
Class org.jhotdraw8.icollection.ChampVectorSet
class ChampVectorSet extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
offset
int offset
Offset of sequence numbers to vector indices.vector index = sequence number + offset
-
size
int size
The size of the set. -
vector
VectorList<Object> vector
In this vector we store the elements in the order in which they were inserted.
-
-
Class org.jhotdraw8.icollection.MutableChampMap
class MutableChampMap extends org.jhotdraw8.icollection.impl.champmap.AbstractMutableChampMap<K,V> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Class org.jhotdraw8.icollection.MutableChampSet
class MutableChampSet extends org.jhotdraw8.icollection.impl.champ.AbstractMutableChampSet<E,E> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Class org.jhotdraw8.icollection.MutableChampVectorMap
class MutableChampVectorMap extends org.jhotdraw8.icollection.impl.champ.AbstractMutableChampMap<K,V, org.jhotdraw8.icollection.impl.champ.SequencedEntry<K, V>> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
offset
int offset
Offset of sequence numbers to vector indices.vector index = sequence number + offset
-
vector
VectorList<Object> vector
In this vector we store the elements in the order in which they were inserted.
-
-
Class org.jhotdraw8.icollection.MutableChampVectorSet
class MutableChampVectorSet extends org.jhotdraw8.icollection.impl.champ.AbstractMutableChampSet<E,org.jhotdraw8.icollection.impl.champ.SequencedElement<E>> implements Serializable - serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
offset
int offset
Offset of sequence numbers to vector indices.vector index = sequence number + offset
-
vector
VectorList<Object> vector
In this vector we store the elements in the order in which they were inserted.
-
-
Class org.jhotdraw8.icollection.MutableMapEntry
- serialVersionUID:
- 0L
-
Serialized Fields
-
putFunction
BiConsumer<K,
V> putFunction
-
-
Class org.jhotdraw8.icollection.MutableRedBlackMap
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
-
-
Class org.jhotdraw8.icollection.MutableRedBlackSet
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
comparator
Comparator<E> comparator
-
-
Class org.jhotdraw8.icollection.MutableVectorList
- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Class org.jhotdraw8.icollection.RedBlackMap
class RedBlackMap extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Class org.jhotdraw8.icollection.RedBlackSet
class RedBlackSet extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
comparator
Comparator<E> comparator
-
-
Class org.jhotdraw8.icollection.VectorList
class VectorList extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
writeReplace
-
-
-
Package org.jhotdraw8.icollection.exception
-
Exception Class org.jhotdraw8.icollection.exception.SizeLimitExceededException
class SizeLimitExceededException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-