Serialized Form
-
Package com.aoapps.collections
-
Class com.aoapps.collections.ArraySet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- 7396605502356021412L
-
Class com.aoapps.collections.ArraySortedSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -8200779660844889853L
-
Serialized Fields
-
comparator
Comparator<? super E> comparator
-
elements
ArrayList<E> elements
-
-
Class com.aoapps.collections.AutoGrowArrayList extends ArrayList<E> implements Serializable
- serialVersionUID:
- 4698056683308968140L
-
Class com.aoapps.collections.HashCodeComparator extends Object implements Serializable
- serialVersionUID:
- 5468576960399075645L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class com.aoapps.collections.IntArrayList extends AbstractList<Integer> implements Serializable
- serialVersionUID:
- -1988646061548931562L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute theIntArrayListinstance from a stream (that is, deserialize it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Save the state of theIntArrayListinstance to a stream (that is, serialize it).- Serial Data:
- The length of the array backing the
IntArrayListinstance is emitted (int), followed by all of its elements (each anObject) in the proper order. - Throws:
IOException
-
-
Serialized Fields
-
size
int size
The size of the ArrayList (the number of elements it contains).
-
-
Class com.aoapps.collections.LongArrayList extends AbstractList<Long> implements Serializable
- serialVersionUID:
- -1395562938435931403L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute theLongArrayListinstance from a stream (that is, deserialize it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Save the state of theLongArrayListinstance to a stream (that is, serialize it).- Serial Data:
- The length of the array backing the
LongArrayListinstance is emitted (int), followed by all of its elements (each anObject) in the proper order. - Throws:
IOException
-
-
Serialized Fields
-
size
int size
The size of the ArrayList (the number of elements it contains).
-
-
Class com.aoapps.collections.SortedArrayList extends ArrayList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.aoapps.collections.SortedIntArrayList extends IntArrayList implements Serializable
- serialVersionUID:
- -6921205612595042282L
-
Class com.aoapps.collections.SortedLongArrayList extends LongArrayList implements Serializable
- serialVersionUID:
- -2587216177946775702L
-
Class com.aoapps.collections.SortedProperties extends Properties implements Serializable
- serialVersionUID:
- 1L
-
Class com.aoapps.collections.UnmodifiableArraySet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- 5725680713634634667L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-