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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user