Serialized Form
-
Package net.thevpc.common.collections
-
Class net.thevpc.common.collections.BitSet2
class BitSet2 extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Reconstitute theBitSetinstance from a stream (i.e., deserialize it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Save the state of theBitSetinstance to a stream (i.e., serialize it).- Throws:
IOException
-
-
Serialized Fields
-
bits
long[] bits
The bits in this BitSet. The ith bit is stored in bits[i/64] at bit position i % 64 (where bit position 0 refers to the least significant bit and 63 refers to the most significant bit).
-
-
Class net.thevpc.common.collections.LRUMap
-
Serialized Fields
-
maxEntries
int maxEntries
-
-
-
Class net.thevpc.common.collections.UnmodifiableCollection
class UnmodifiableCollection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
c
Collection<? extends E> c
-
-
Class net.thevpc.common.collections.UnmodifiableKeyValueList
-
Serialized Fields
-
list
KeyValueList<K,
V> list
-
-
-
Class net.thevpc.common.collections.UnmodifiableList
- serialVersionUID:
- 1L
-