net.walend.collection.lyophil
Interface FreezableSet

All Superinterfaces:
Collection, CollectionOfFreezables, Freezable, HasState, MutableCollection, MutableCollectionOfFreezables, MutableSet, MutableSetOfFreezables, java.io.Serializable, Set, SetOfFreezables
All Known Implementing Classes:
FreezableDelegatingMutableSet, JDBCBackedMutableSet

public interface FreezableSet
extends MutableSetOfFreezables, Freezable

This interface describes a Freezable MutableSet.

Since:
20010213
Author:
David Walend

Field Summary
static java.lang.String FREEZABLESET
           
 
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
 
Methods inherited from interface net.walend.lyophil.Freezable
createEvilClone, getIdentifier, getRole, sameAs, sameIdentifierAs
 

Field Detail

FREEZABLESET

public static final java.lang.String FREEZABLESET


Copyright (c) 2000, 2001, David Walend