Gonna need that now that I'm actually throwing some of these across the net.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5772 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2009-05-09 00:09:00 +00:00
parent 15ca8973bc
commit 7d3f8a2c06
@@ -75,6 +75,9 @@ public class DSet<E extends DSet.Entry>
*/
public static class KeyWrapper<T extends Comparable<?>> implements DSet.Entry
{
// Zero arg constructor for unserialization
public KeyWrapper () { }
public KeyWrapper (T key) {
_key = key;
}