aicas logo Jamaica 3.4 release 8

java.lang
Class Character.Subset

java.lang.Object
  extended by java.lang.Character.Subset
Direct Known Subclasses:
Character.UnicodeBlock
Enclosing class:
Character

public static class Character.Subset
extends Object

Subset a subset of the unicode characters.

Since:
1.2

Constructor Summary
protected Character.Subset(String name)
          Constructor to create a subset with given name
 
Method Summary
 boolean equals(Object obj)
          equals compares two subset
 int hashCode()
          hashCode returns standard hashcode value (@link java.lang.Object.hashCode).
 String toString()
          toString returns the name of this.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Character.Subset

protected Character.Subset(String name)
Constructor to create a subset with given name

Parameters:
name - the name, must not be null
Throws:
NullPointerException - if name is null.
Method Detail

equals

public final boolean equals(Object obj)
equals compares two subset

Overrides:
equals in class Object
Parameters:
obj - another object
Returns:
this == obj.

hashCode

public final int hashCode()
hashCode returns standard hashcode value (@link java.lang.Object.hashCode).

Overrides:
hashCode in class Object
Returns:
the hash code.

toString

public final String toString()
toString returns the name of this.

Overrides:
toString in class Object
Returns:
the name.

aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.