public class SetProxy<U> extends CollectionProxy<U,Set<U>> implements Set<U>
delegate| Constructor and Description |
|---|
SetProxy() |
SetProxy(Initializor<Set<U>> initializor) |
add, addAll, checkInit, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic SetProxy()
public SetProxy(Initializor<Set<U>> initializor)
Copyright © 2018 JBoss by Red Hat. All rights reserved.