Record Class TxfyrShard
java.lang.Object
java.lang.Record
pkg.exoad.poprock.core.txfyr.TxfyrShard
-
字段详细资料
-
key
key
记录组件的字段。 -
x
private final int xx
记录组件的字段。 -
y
private final int yy
记录组件的字段。 -
width
private final int widthwidth
记录组件的字段。 -
height
private final int heightheight
记录组件的字段。
-
-
构造器详细资料
-
TxfyrShard
创建TxfyrShard
记录的实例。- 参数:
key
-key
记录组件的值x
-x
记录组件的值y
-y
记录组件的值width
-width
记录组件的值height
-height
记录组件的值
-
-
方法详细资料
-
area
-
perimeter
-
diagonal
-
toString
返回此记录的字符串表示形式。此表示形式包含类型的名称,后跟每个记录组件的名称和值。 -
hashCode
public final int hashCode()返回此对象的哈希代码值。此值派生自每个记录组件的哈希代码。 -
equals
指示某个其他对象是否“等于”此对象。如果两个对象属于同一个类,而且所有记录组件都相等,则这两个对象相等。 使用Objects::equals(Object,Object)
对参考组件进行比较;使用 '==' 对基元组件进行比较 -
key
返回key
记录组件的值。- 返回:
key
记录组件的值
-
x
public int x()返回x
记录组件的值。- 返回:
x
记录组件的值
-
y
public int y()返回y
记录组件的值。- 返回:
y
记录组件的值
-
width
public int width()返回width
记录组件的值。- 返回:
width
记录组件的值
-
height
public int height()返回height
记录组件的值。- 返回:
height
记录组件的值
-