net.walend.lyophil.collection
Interface MutableSetOfFreezables

All Superinterfaces:
Collection, CollectionOfFreezables, HasState, MutableCollection, MutableCollectionOfFreezables, MutableSet, Set, SetOfFreezables
All Known Subinterfaces:
FreezableSet
All Known Implementing Classes:
DelegatingMutableSet, FreezableDelegatingMutableSet, JDBCBackedMutableSet, MemSet, MutableFreezerHashSet, MutableHashSetOfFreezables

public interface MutableSetOfFreezables
extends MutableCollectionOfFreezables, SetOfFreezables, MutableSet

This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.

Since:
20010105
Author:
David Walend

Field Summary
 
Fields inherited from interface net.walend.lyophil.collection.SetOfFreezables
EMPTY
 
Methods inherited from interface net.walend.lyophil.collection.MutableCollectionOfFreezables
addAllIdentifiedBy, addIdentifiedBy, removeAllIdentifiedBy, removeIdentifiedBy, retainAllIdentifiedBy
 
Methods inherited from interface net.walend.lyophil.collection.CollectionOfFreezables
containsAllIdentifiedBy, containsIdentifiedBy, freezableIterator, getIdentifiers, identifierIterator
 
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.MutableCollection
add, addAll, clear, remove, removeAll, retainAll
 
Methods inherited from interface net.walend.collection.Set
getJavaSet
 



Copyright (c) 2000, 2001, David Walend