Record Class FieldLayout
java.lang.Object
java.lang.Record
net.codecrete.windowsapi.winmd.tables.FieldLayout
- Record Components:
offset- offsetfield- field (Field index)
Row of the "FieldLayout" table.
See ECMA-335, II.22.16 FieldLayout: 0x10
-
Constructor Summary
ConstructorsConstructorDescriptionFieldLayout(int offset, int field) Creates an instance of aFieldLayoutrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.intfield()Returns the value of thefieldrecord component.final inthashCode()Returns a hash code value for this object.intoffset()Returns the value of theoffsetrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
FieldLayout
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with thecomparemethod from their corresponding wrapper classes. -
offset
-
field
-