E
- The member type of the Setpublic final class MyReadOnlySet<E> extends MyReadOnlyCollection<E> implements java.util.Set<E>
Constructor and Description |
---|
MyReadOnlySet(java.util.Collection<E> contents)
Creates the MyReadOnlySet
|
MyReadOnlySet(java.util.Set<E> underlyingSet)
Creates the MyReadOnlyEntrySet
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString