Some backwards compatibility bits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4207 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-06-21 08:40:20 +00:00
parent 0d887c9ede
commit 2f3ecdf86d
2 changed files with 147 additions and 0 deletions
@@ -234,6 +234,14 @@ public class DSet<E extends DSet.Entry>
return array;
}
/**
* @deprecated use {@link #toArray(E[])}.
*/
public Object[] toArray (Object[] array)
{
return toArray((E[])array);
}
/**
* Adds the specified entry to the set. This should not be called
* directly, instead the associated <code>addTo{Set}()</code> method