net.walend.lyophil.collection
Interface SetOfFreezables

All Superinterfaces:
Collection, CollectionOfFreezables, HasState, Set
All Known Subinterfaces:
FreezableSet, MutableSetOfFreezables
All Known Implementing Classes:
AbstractFreezerHashSet, AbstractHashSetOfFreezables, DelegatingMutableSet, FreezableDelegatingMutableSet, JDBCBackedMutableSet, MemSet, MutableFreezerHashSet, MutableHashSetOfFreezables

public interface SetOfFreezables
extends CollectionOfFreezables, Set

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
static SetOfFreezables EMPTY
           
 
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.Set
getJavaSet
 

Field Detail

EMPTY

public static final SetOfFreezables EMPTY


Copyright (c) 2000, 2001, David Walend