net.walend.collection
Interface MutableSet

All Superinterfaces:
Collection, HasState, MutableCollection, Set
All Known Subinterfaces:
FreezableSet, MutableSetOfFreezables
All Known Implementing Classes:
DelegatingMutableSet, FreezableDelegatingMutableSet, JDBCBackedMutableSet, MemSet, MutableFreezerHashSet, MutableHashSet, MutableHashSetOfFreezables

public interface MutableSet
extends MutableCollection, Set

This class is a Collection that contains Objects so that each Object exists at most once in the set.

Since:
20010105
Author:
David Walend

Field Summary
 
Fields inherited from interface net.walend.collection.Set
EMPTY
 
Methods inherited from interface net.walend.collection.MutableCollection
add, addAll, clear, remove, removeAll, retainAll
 
Methods inherited from interface net.walend.collection.Collection
contains, containsAll, getIdentitor, getJavaCollection, isEmpty, iterator, sameContentsAs, size
 
Methods inherited from interface net.walend.collection.HasState
getPrincipleInterface, sameStateAs
 
Methods inherited from interface net.walend.collection.Set
getJavaSet
 



Copyright (c) 2000, 2001, David Walend