org.gnu.glib
public class Quark extends Object
Constructor Summary | |
---|---|
Quark(String string)
Create a Quark object.
| |
Quark(int handle)
This is the method that allows one to construct a Quark once a native
peer has been provided.
|
Method Summary | |
---|---|
static Quark | findQuark(String string)
Find a Quark that is associated with the given string. |
int | getHandle() |
String | getString()
Retrieve the string value associated with this Quark.
|
Parameters: string The string value associated with this Quark.
Parameters: handle The native peer that was returned from a call to the native libraries.
Parameters: string The string value to use for the search
Returns: The Quark value associated with the string or null if one is not found.
Returns: The string value