abstract class SerializationOfReferenceCollection<T> extends AbstractCollection<T>
Constructor and Description |
---|
SerializationOfReferenceCollection() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract Collection<T> |
build() |
(package private) static <T> SerializationOfReferenceCollection<T> |
create(Class clazz,
Collection<Referrer<T>> refCol,
Ref type) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
static <T> SerializationOfReferenceCollection<T> create(Class clazz, Collection<Referrer<T>> refCol, Ref type) throws InstantiationException, IllegalAccessException
abstract Collection<T> build() throws InstantiationException, IllegalAccessException, ObjectStreamException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.