GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.LongLongHashMap.Entry Class Reference

An entry mapping a key to a value. More...

Collaboration diagram for com.jogamp.common.util.LongLongHashMap.Entry:

Public Member Functions

long getKey ()
 Returns the key of this entry. More...
 
long getValue ()
 Returns the value of this entry. More...
 
void setValue (final long value)
 Sets the value for this entry. More...
 
StringBuilder toString (StringBuilder sb)
 
String toString ()
 

Public Attributes

final long key
 
long value
 

Detailed Description

An entry mapping a key to a value.

Definition at line 449 of file LongLongHashMap.java.

Member Function Documentation

◆ getKey()

long com.jogamp.common.util.LongLongHashMap.Entry.getKey ( )

Returns the key of this entry.

Definition at line 465 of file LongLongHashMap.java.

◆ getValue()

long com.jogamp.common.util.LongLongHashMap.Entry.getValue ( )

Returns the value of this entry.

Definition at line 472 of file LongLongHashMap.java.

◆ setValue()

void com.jogamp.common.util.LongLongHashMap.Entry.setValue ( final long  value)

Sets the value for this entry.

Definition at line 479 of file LongLongHashMap.java.

◆ toString() [1/2]

String com.jogamp.common.util.LongLongHashMap.Entry.toString ( )

Definition at line 496 of file LongLongHashMap.java.

◆ toString() [2/2]

StringBuilder com.jogamp.common.util.LongLongHashMap.Entry.toString ( StringBuilder  sb)
Parameters
sbif null, a new StringBuilder is created
Returns
StringBuilder instance with appended string information of this Entry

Definition at line 487 of file LongLongHashMap.java.

Member Data Documentation

◆ key

final long com.jogamp.common.util.LongLongHashMap.Entry.key

Definition at line 451 of file LongLongHashMap.java.

◆ value

long com.jogamp.common.util.LongLongHashMap.Entry.value

Definition at line 452 of file LongLongHashMap.java.


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