C# Class Fan.Sys.StrBuf

StrBuf mutable random-access sequence of integer characters.
Inheritance: FanObj
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
@out ( ) : OutStream
@typeof ( ) : Type
StrBuf ( StringBuilder sb ) : System
add ( object x ) : StrBuf
addChar ( long ch ) : StrBuf
capacity ( ) : long
capacity ( long size ) : void
clear ( ) : StrBuf
get ( long index ) : long
getRange ( Range r ) : string
insert ( long index, object x ) : StrBuf
isEmpty ( ) : bool
join ( object x ) : StrBuf
join ( object x, string sep ) : StrBuf
make ( ) : StrBuf

Create with initial capacity of 16.

make ( long capacity ) : StrBuf

Create with specified capacity.

remove ( long index ) : StrBuf
removeRange ( Range r ) : StrBuf
replaceRange ( Range r, string str ) : StrBuf
set ( long index, long ch ) : StrBuf
size ( ) : long
toStr ( ) : string

Method Details

@out() public méthode

public @out ( ) : OutStream
Résultat OutStream

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

StrBuf() public méthode

public StrBuf ( StringBuilder sb ) : System
sb StringBuilder
Résultat System

add() public méthode

public add ( object x ) : StrBuf
x object
Résultat StrBuf

addChar() public méthode

public addChar ( long ch ) : StrBuf
ch long
Résultat StrBuf

capacity() public méthode

public capacity ( ) : long
Résultat long

capacity() public méthode

public capacity ( long size ) : void
size long
Résultat void

clear() public méthode

public clear ( ) : StrBuf
Résultat StrBuf

get() public méthode

public get ( long index ) : long
index long
Résultat long

getRange() public méthode

public getRange ( Range r ) : string
r Range
Résultat string

insert() public méthode

public insert ( long index, object x ) : StrBuf
index long
x object
Résultat StrBuf

isEmpty() public méthode

public isEmpty ( ) : bool
Résultat bool

join() public méthode

public join ( object x ) : StrBuf
x object
Résultat StrBuf

join() public méthode

public join ( object x, string sep ) : StrBuf
x object
sep string
Résultat StrBuf

make() public static méthode

Create with initial capacity of 16.
public static make ( ) : StrBuf
Résultat StrBuf

make() public static méthode

Create with specified capacity.
public static make ( long capacity ) : StrBuf
capacity long
Résultat StrBuf

remove() public méthode

public remove ( long index ) : StrBuf
index long
Résultat StrBuf

removeRange() public méthode

public removeRange ( Range r ) : StrBuf
r Range
Résultat StrBuf

replaceRange() public méthode

public replaceRange ( Range r, string str ) : StrBuf
r Range
str string
Résultat StrBuf

set() public méthode

public set ( long index, long ch ) : StrBuf
index long
ch long
Résultat StrBuf

size() public méthode

public size ( ) : long
Résultat long

toStr() public méthode

public toStr ( ) : string
Résultat string