com.ibm.utilities.collections.sets
Interface UnmodifiableSet<T>

All Superinterfaces:
java.util.Collection<T>, java.lang.Iterable<T>, java.util.Set<T>, Unmodifiable, UnmodifiableCollection<T>

public interface UnmodifiableSet<T>
extends java.util.Set<T>, UnmodifiableCollection<T>

Denotes a Set that cannot be modified

Since:
8.0.0.1

Method Summary
 UnmodifiableSet<T> clone()
           
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

clone

UnmodifiableSet<T> clone()
Specified by:
clone in interface UnmodifiableCollection<T>