GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.type.WriteCloneable Interface Reference

Extends a class with the ability to be cloned mutable. More...

Collaboration diagram for com.jogamp.common.type.WriteCloneable:

Public Member Functions

Object cloneMutable ()
 Get a mutable clone from this instance. More...
 

Detailed Description

Extends a class with the ability to be cloned mutable.


If the implementing class is designed immutable, it hereby offers a mutable clone.

Definition at line 36 of file WriteCloneable.java.

Member Function Documentation

◆ cloneMutable()

Object com.jogamp.common.type.WriteCloneable.cloneMutable ( )

Get a mutable clone from this instance.


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