|
JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java (public API).
|
Implementing equals(Object) based on the native address and hashCode() on the HashUtil#getAddrHash32_EqualDist(long) with same native address.
More...
Public Member Functions | |
| ALContextKey (final ALCcontext context) | |
| Creates an instance using the current context as key. More... | |
| ALCcontext | getContext () |
| boolean | equals (final Object o) |
| int | hashCode () |
| String | toString () |
Implementing equals(Object) based on the native address and hashCode() on the HashUtil#getAddrHash32_EqualDist(long) with same native address.
Both, the native address and its hash code values are cached.
Definition at line 39 of file ALContextKey.java.
| com.jogamp.openal.ALContextKey.ALContextKey | ( | final ALCcontext | context | ) |
Creates an instance using the current context as key.
Definition at line 46 of file ALContextKey.java.
| boolean com.jogamp.openal.ALContextKey.equals | ( | final Object | o | ) |
| ALCcontext com.jogamp.openal.ALContextKey.getContext | ( | ) |
Definition at line 61 of file ALContextKey.java.
| int com.jogamp.openal.ALContextKey.hashCode | ( | ) |
Definition at line 75 of file ALContextKey.java.
| String com.jogamp.openal.ALContextKey.toString | ( | ) |
Definition at line 80 of file ALContextKey.java.