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