public abstract class SteamNativeIntHandle extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static <T extends SteamNativeIntHandle> |
getNativeHandle(T handle)
Returns the unsigned 32-bit value wrapped by this handle, cast to Java's signed int.
|
int |
hashCode() |
String |
toString() |
public static <T extends SteamNativeIntHandle> int getNativeHandle(T handle)
Copyright © 2018. All rights reserved.