Implement Iterable. Whee!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4054 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-04-25 02:07:32 +00:00
parent c313fb63b9
commit 918d38a3b1
@@ -55,7 +55,7 @@ import com.threerings.presents.Log;
* a {@link Streamable} type.
*/
public class DSet<E extends DSet.Entry>
implements Streamable, Cloneable
implements Iterable<E>, Streamable, Cloneable
{
/**
* Entries of the set must implement this interface.