CharVector Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.hyphenation iTextSharp.text.pdf.hyphenation.CharVector[[CharVector]] end subgraph System System.ICloneable[[ICloneable]] end System.ICloneable --> iTextSharp.text.pdf.hyphenation.CharVector
Members
Properties
Public properties
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
|
|
() |
|
|
() |
Details
Inheritance
-
ICloneable
Constructors
CharVector [1/4]
Source code
public CharVector()
CharVector [2/4]
Source code
public CharVector(int capacity)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
capacity |
CharVector [3/4]
Source code
public CharVector(char[] a)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
a |
CharVector [4/4]
Source code
public CharVector(char[] a, int capacity)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
a |
|
|
|
capacity |
Methods
Clear
Source code
public virtual void Clear()
Clone
Source code
public virtual object Clone()
Alloc
Source code
public virtual int Alloc(int size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
size |
TrimToSize
Source code
public virtual void TrimToSize()
Properties
Arr
public virtual char Arr { get; }
Length
public virtual int Length { get; }
Capacity
public virtual int Capacity { get; }
Item
public char Item { get; set; }
Generated with ModularDoc