Record Class ImplicitSubtreeArtifact
java.lang.Object
java.lang.Record
com.gaia3d.process.tileprocess.tile.tileset.implicit.ImplicitSubtreeArtifact
-
Constructor Summary
ConstructorsConstructorDescriptionImplicitSubtreeArtifact(String subtreeUri, String bufferUri, Subtree subtree, byte[] availabilityBuffer) Creates an instance of aImplicitSubtreeArtifactrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns the value of theavailabilityBufferrecord component.Returns the value of thebufferUrirecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.subtree()Returns the value of thesubtreerecord component.Returns the value of thesubtreeUrirecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ImplicitSubtreeArtifact
public ImplicitSubtreeArtifact(String subtreeUri, String bufferUri, Subtree subtree, byte[] availabilityBuffer) Creates an instance of aImplicitSubtreeArtifactrecord class.- Parameters:
subtreeUri- the value for thesubtreeUrirecord componentbufferUri- the value for thebufferUrirecord componentsubtree- the value for thesubtreerecord componentavailabilityBuffer- the value for theavailabilityBufferrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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 withObjects::equals(Object,Object). -
subtreeUri
Returns the value of thesubtreeUrirecord component.- Returns:
- the value of the
subtreeUrirecord component
-
bufferUri
Returns the value of thebufferUrirecord component.- Returns:
- the value of the
bufferUrirecord component
-
subtree
Returns the value of thesubtreerecord component.- Returns:
- the value of the
subtreerecord component
-
availabilityBuffer
public byte[] availabilityBuffer()Returns the value of theavailabilityBufferrecord component.- Returns:
- the value of the
availabilityBufferrecord component
-