phylonet.util
Interface ImmutableSet

All Superinterfaces:
java.util.Collection, ImmutableCollection, java.lang.Iterable, java.util.Set
All Known Implementing Classes:
ImmutableSetWrapper

public interface ImmutableSet
extends ImmutableCollection, java.util.Set

This interface specifies the attributes of a set that cannot be changed by the holder. A call to any method that modifies throws an UnsupportedOperationException.

Author:
Derek Ruths

Method Summary
 
Methods inherited from interface phylonet.util.ImmutableCollection
add, addAll, clear, iterator, remove, removeAll, retainAll
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray