Project:dool
Class List Class Hierarchy
Summary: Ctors Methods

Module dool.Charater

Class CharacterT

Implemented interfaces:
(
public class CharacterT



Constructor Summary
public (T c)
          

Methods Summary
static int isAlnum(T c)
          
static int isAlpha(T c)
          
static int isCntrl(T c)
          
static int isDigit(T c)
          
static int isLower(T c)
          
static int isPunct(T c)
          
static int isSpace(T c)
          
static int isUpper(T c)
          
static int isXDigit(T c)
          
static int isGraph(T c)
          
static int isPrint(T c)
          
static int isASCII(T c)
          
static T toLower(T c)
          
static T toUpper(T c)
          
T value()
          


static int isAlnum(T c)

static int isAlpha(T c)

static int isCntrl(T c)

static int isDigit(T c)

static int isLower(T c)

static int isPunct(T c)

static int isSpace(T c)

static int isUpper(T c)

static int isXDigit(T c)

static int isGraph(T c)

static int isPrint(T c)

static int isASCII(T c)

static T toLower(T c)

static T toUpper(T c)

public this (T c)

T value()