GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.IntCloneable Class Reference
Inheritance diagram for com.jogamp.common.util.IntCloneable:
Collaboration diagram for com.jogamp.common.util.IntCloneable:

Public Member Functions

 IntCloneable (final int i)
 
int intValue ()
 
Object clone ()
 
boolean equals (final Object obj)
 

Detailed Description

Definition at line 30 of file IntCloneable.java.

Constructor & Destructor Documentation

◆ IntCloneable()

com.jogamp.common.util.IntCloneable.IntCloneable ( final int  i)

Definition at line 33 of file IntCloneable.java.

Here is the caller graph for this function:

Member Function Documentation

◆ clone()

Object com.jogamp.common.util.IntCloneable.clone ( )

Definition at line 38 of file IntCloneable.java.

Here is the call graph for this function:

◆ equals()

boolean com.jogamp.common.util.IntCloneable.equals ( final Object  obj)

Definition at line 43 of file IntCloneable.java.

Here is the call graph for this function:

◆ intValue()

int com.jogamp.common.util.IntCloneable.intValue ( )

Definition at line 35 of file IntCloneable.java.


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