@Authors(value="Nikolche Mihajlovski") @Since(value="5.2.0") public class ChangeTrackingSet<E> extends ChangeTrackingCollection<E> implements Set<E>
dirtyFlagdecorated| Constructor and Description |
|---|
ChangeTrackingSet(Set<E> decorated,
AtomicBoolean dirtyFlag) |
add, addAll, changedIf, clear, iterator, remove, removeAll, retainAllcontains, containsAll, isEmpty, size, toArray, toArraydecorated, equals, hashCode, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ChangeTrackingSet(Set<E> decorated, AtomicBoolean dirtyFlag)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.