Anyway, in case it's in any way relevant, here is its code. It's pretty 
much what one would expect:

public class Size {

    public double width, height;

    public Size(double width, double height) {
        this.width = width;
        this.height = height;
    }
    // and another unrelated methods
} 

On Wednesday, September 5, 2012 2:41:45 PM UTC+2, RichardC wrote:
>
> What does the constructor for Size do?
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to