Inline references to other classes? That is not the actionscript way.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5931 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-08-25 19:24:21 +00:00
parent 5e0eb1d970
commit da0e42a2b4
@@ -30,9 +30,11 @@ import com.threerings.util.Maps;
import com.threerings.util.maps.ForwardingMap;
/**
* A @see com.threerings.util.Map that can be sent over the wire,
* bearing in mind that all keys and values must
* be primitives or implement @see com.threerings.io.Streamable
* A Map that can be sent over the wire, bearing in mind that all keys and values must
* be primitives or implement Streamable.
*
* @see com.threerings.util.Map
* @see com.threerings.io.Streamable
*/
public class StreamableHashMap extends ForwardingMap
implements Streamable