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