Package com.jogamp.openal
Class ALContextKey
- java.lang.Object
-
- com.jogamp.openal.ALContextKey
-
public class ALContextKey extends Object
Implementingequals(Object)
based on the native address andhashCode()
on theHashUtil.getAddrHash32_EqualDist(long)
with same native address.Both, the native address and its hash code values are cached.
-
-
Constructor Summary
Constructors Constructor Description ALContextKey(ALCcontext context)
Creates an instance using the current context as key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ALCcontext
getContext()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ALContextKey
public ALContextKey(ALCcontext context)
Creates an instance using the current context as key.
-
-