@Generated(value={"Immutables.generator","AreaSizeFType"}) public final class AreaSizeF extends Object implements AreaSizeFType
| Modifier and Type | Class and Description |
|---|---|
static class |
AreaSizeF.Builder
Builds instances of type
AreaSizeF. |
| Modifier and Type | Method and Description |
|---|---|
static AreaSizeF.Builder |
builder()
Creates a builder for
AreaSizeF. |
boolean |
equals(Object another)
This instance is equal to all instances of
AreaSizeF that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
width, height. |
float |
height() |
static AreaSizeF |
of(float width,
float height)
Construct a new immutable
AreaSizeF instance. |
String |
toString()
Prints the immutable value
AreaSizeF with attribute values. |
float |
width() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionspublic float width()
width in interface AreaSizeFTypewidth in interface AreaSizeValuesFTypewidth attributepublic float height()
height in interface AreaSizeFTypeheight in interface AreaSizeValuesFTypeheight attributepublic boolean equals(Object another)
AreaSizeF that have equal attribute values.public int hashCode()
width, height.public String toString()
AreaSizeF with attribute values.public static AreaSizeF of(float width, float height)
AreaSizeF instance.width - The value for the width attributeheight - The value for the height attributepublic static AreaSizeF.Builder builder()
AreaSizeF.Copyright © 2017 <code@io7m.com> http://io7m.com