net.walend.collection
Interface Set

All Superinterfaces:
Collection, HasState
All Known Subinterfaces:
FreezableSet, MutableSet, MutableSetOfFreezables, SetOfFreezables
All Known Implementing Classes:
AbstractFreezerHashSet, AbstractHashSet, AbstractHashSetOfFreezables, DelegatingMutableSet, FreezableDelegatingMutableSet, JDBCBackedMutableSet, MemSet, MutableFreezerHashSet, MutableHashSet, MutableHashSetOfFreezables

public interface Set
extends Collection

This class is a Collection that contains Objects so that no more than one of each Object exists in the Set.

Since:
20010216
Author:
David Walend

Field Summary
static Set EMPTY
           
 
Method Summary
 java.util.Set getJavaSet()
          Return a java.util.Collection of these Objects.
 
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
 

Field Detail

EMPTY

public static final Set EMPTY
Method Detail

getJavaSet

public java.util.Set getJavaSet()
Return a java.util.Collection of these Objects.



Copyright (c) 2000, 2001, David Walend