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
Method Summary |
java.util.Set |
getJavaSet()
Return a java.util.Collection of these Objects. |
EMPTY
public static final Set EMPTY
getJavaSet
public java.util.Set getJavaSet()
- Return a java.util.Collection of these Objects.
Copyright (c) 2000, 2001, David Walend