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, 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
public SetProxy()
public SetProxy(Initializor<Set<U>> initializor)
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.