GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.locks.LockFactory.ImplType Enum Reference
Collaboration diagram for com.jogamp.common.util.locks.LockFactory.ImplType:

Public Member Functions

 ImplType (final int id)
 

Public Attributes

 Int01 =(0)
 
 Java5 =(1)
 
 Int02ThreadGroup =(2)
 
final int id
 

Detailed Description

Definition at line 37 of file LockFactory.java.

Constructor & Destructor Documentation

◆ ImplType()

com.jogamp.common.util.locks.LockFactory.ImplType.ImplType ( final int  id)

Definition at line 42 of file LockFactory.java.

Member Data Documentation

◆ id

final int com.jogamp.common.util.locks.LockFactory.ImplType.id

Definition at line 40 of file LockFactory.java.

◆ Int01

com.jogamp.common.util.locks.LockFactory.ImplType.Int01 =(0)

Definition at line 38 of file LockFactory.java.

◆ Int02ThreadGroup

com.jogamp.common.util.locks.LockFactory.ImplType.Int02ThreadGroup =(2)

Definition at line 38 of file LockFactory.java.

◆ Java5

com.jogamp.common.util.locks.LockFactory.ImplType.Java5 =(1)

Definition at line 38 of file LockFactory.java.


The documentation for this enum was generated from the following file: