|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
An entry mapping a key to a value. More...
Public Member Functions | |
| int | getKey () |
| Returns the key of this entry. More... | |
| Object | getValue () |
| Returns the value of this entry. More... | |
| void | setValue (final Object value) |
| Sets the value for this entry. More... | |
| StringBuilder | toString (StringBuilder sb) |
| String | toString () |
Public Attributes | |
| final int | key |
| Object | value |
An entry mapping a key to a value.
Definition at line 449 of file IntObjectHashMap.java.
| int com.jogamp.common.util.IntObjectHashMap.Entry.getKey | ( | ) |
Returns the key of this entry.
Definition at line 465 of file IntObjectHashMap.java.
| Object com.jogamp.common.util.IntObjectHashMap.Entry.getValue | ( | ) |
Returns the value of this entry.
Definition at line 472 of file IntObjectHashMap.java.
| void com.jogamp.common.util.IntObjectHashMap.Entry.setValue | ( | final Object | value | ) |
Sets the value for this entry.
Definition at line 479 of file IntObjectHashMap.java.
| String com.jogamp.common.util.IntObjectHashMap.Entry.toString | ( | ) |
Definition at line 496 of file IntObjectHashMap.java.
| StringBuilder com.jogamp.common.util.IntObjectHashMap.Entry.toString | ( | StringBuilder | sb | ) |
| sb | if null, a new StringBuilder is created |
Definition at line 487 of file IntObjectHashMap.java.
| final int com.jogamp.common.util.IntObjectHashMap.Entry.key |
Definition at line 451 of file IntObjectHashMap.java.
| Object com.jogamp.common.util.IntObjectHashMap.Entry.value |
Definition at line 452 of file IntObjectHashMap.java.