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