public abstract class AbstractSerializableSetDecorator extends AbstractSetDecorator implements Serializable
collection
Modifier | Constructor and Description |
---|---|
protected |
AbstractSerializableSetDecorator(Set set)
Constructor.
|
getSet
add, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected AbstractSerializableSetDecorator(Set set)
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.