Added a note about a failed attempt at making things better.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4153 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -3,6 +3,11 @@ package com.threerings.util {
|
|||||||
/**
|
/**
|
||||||
* Equivalent to java.lang.Integer.
|
* Equivalent to java.lang.Integer.
|
||||||
*/
|
*/
|
||||||
|
// Unfortunately, I think this is necessary.
|
||||||
|
// I was going to remove this class and just make the streaming stuff
|
||||||
|
// autotranslate between int <--> java.lang.Integer and
|
||||||
|
// Number <--> java.lang.Double. However, a Number object that refers
|
||||||
|
// to an integer value is actually an int. Yes, it's totally fucked.
|
||||||
public class Integer
|
public class Integer
|
||||||
implements Equalable
|
implements Equalable
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user