Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


Character.Subsetjava.lang

Java 1.2


This class
represents a named subset of the Unicode character set. The
toString( ) method returns the name of the subset.
This is a base class intended for further subclassing. Note, in
particular, that it does not provide a way to list the members of the
subset, nor a way to test for membership in the subset. See
Character.UnicodeBlock.

public static class

Character.Subset {
// Protected Constructors
protected

Subset (String

name );
// Public Methods Overriding Object
public final boolean

equals (Object

obj );
public final int

hashCode ( );
public final String

toString ( );
}


Subclasses


Character.UnicodeBlock


    / 1191