Top Description Methods
org.graalvm.word

public Interface WordBase

Known Direct Subinterfaces
org.graalvm.word.ComparableWord

The root of the interface hierarchy for machine-word-sized values.
Since
19.0

Method Summary

Modifier and TypeMethod and Description
public boolean
equals(Object o)
Deprecated

This is deprecated because of the easy to mistype name collision between equals and the other word based equality routines.

public long
rawValue()

Conversion to a Java primitive value.

Method Detail

equalsback to summary
public boolean equals(Object o)

Deprecated

This is deprecated because of the easy to mistype name collision between equals and the other word based equality routines. In general you should never be statically calling this method anyway.

Annotations
@Override
@Deprecated
Since
19.0
rawValueback to summary
public long rawValue()

Conversion to a Java primitive value.

Since
19.0