Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

java::lang::Character::Subset Class Reference

Instances of this class represent particular subsets of the Unicode character set. More...

#include <java_lang_Character_Subset.h>

Inheritance diagram for java::lang::Character::Subset:

Inheritance graph
[legend]
Collaboration diagram for java::lang::Character::Subset:

Collaboration graph
[legend]
List of all members.

Public Types

enum  {
  xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9,
  xmogBuildNumber = 2047
}
typedef ::xmog_java_array_template<
::java::lang::Character::Subset
array1D
typedef ::xmog_java_array_template<
::xmog_java_array_template<
::java::lang::Character::Subset > > 
array2D

Public Member Functions

bool equals (const ::java::lang::Object &obj,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags)
 Compares two Subset objects for equality.
jint hashCode (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags)
 Returns the standard hash code as defined by the method.
 Subset (const ::java::lang::String &name,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags)
 The method representing the Java method java.lang.Character$Subset.Subset().
::java::lang::String toString (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags)
 Returns the name of this subset.

Detailed Description

Instances of this class represent particular subsets of the Unicode character set.

The only family of subsets defined in the Character class is UnicodeBlock. Other portions of the Java API may define other subsets for their own purposes.


Constructor & Destructor Documentation

java::lang::Character::Subset::Subset const ::java::lang::String name,
::xmog_localenv p_xenv = NULL,
xmog_flags  f_xflags = xmogDefaultFlags
 

The method representing the Java method java.lang.Character$Subset.Subset().

Parameters:
name 
p_xenv the local call environment. The default value is NULL.
f_xflags the flags that allow control over the reference type and other internal matters. The default value is xmog_base::GLOBAL.


Member Function Documentation

bool java::lang::Character::Subset::equals const ::java::lang::Object obj,
::xmog_localenv p_xenv = NULL,
xmog_flags  f_xflags = xmogDefaultFlags
[virtual]
 

Compares two Subset objects for equality.

This method returns true if and only if this and the argument refer to the same object; since this method is final, this guarantee holds for all subclasses.

Parameters:
obj a reference to an outer class instance.
p_xenv the local call environment. The default value is NULL.
f_xflags the flags that allow control over the reference type and other internal matters. The default value is xmog_base::GLOBAL.
Returns:

Reimplemented from java::lang::Object.

jint java::lang::Character::Subset::hashCode ::xmog_localenv p_xenv = NULL,
xmog_flags  f_xflags = xmogDefaultFlags
[virtual]
 

Returns the standard hash code as defined by the method.

This method is final in order to ensure that the equals and hashCode methods will be consistent in all subclasses.

Parameters:
p_xenv the local call environment. The default value is NULL.
f_xflags the flags that allow control over the reference type and other internal matters. The default value is xmog_base::GLOBAL.
Returns:

Reimplemented from java::lang::Object.

::java::lang::String java::lang::Character::Subset::toString ::xmog_localenv p_xenv = NULL,
xmog_flags  f_xflags = xmogDefaultFlags
 

Returns the name of this subset.

Parameters:
p_xenv the local call environment. The default value is NULL.
f_xflags the flags that allow control over the reference type and other internal matters. The default value is xmog_base::GLOBAL.
Returns:

Reimplemented from java::lang::Object.


The documentation for this class was generated from the following file:
Generated on Fri Jun 16 10:19:20 2006 for JMS Courier for C++ by  doxygen 1.4.1