public class StreamableArrayIntSet extends ArrayIntSet implements Streamable
ArrayIntSet extension that can be streamed.Streamable.Closure| Constructor and Description |
|---|
StreamableArrayIntSet() |
StreamableArrayIntSet(int initialCapacity) |
StreamableArrayIntSet(int[] values) |
| Modifier and Type | Method and Description |
|---|---|
void |
readObject(ObjectInputStream in)
Reads our custom streamable fields.
|
void |
writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
add, clear, clone, contains, equals, get, hashCode, interator, isEmpty, remove, retainAll, size, toIntArray, toIntArray, toShortArrayadd, add, addAll, contains, containsAll, iterator, remove, remove, removeAll, toStringtoArray, toArrayspliterator, toArray, toArrayparallelStream, removeIf, streampublic StreamableArrayIntSet(int[] values)
public StreamableArrayIntSet(int initialCapacity)
public StreamableArrayIntSet()
public void writeObject(ObjectOutputStream out) throws IOException
IOExceptionpublic void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2015. All rights reserved.