Class CharVector
This class implements a simple char vector with access to the underlying array.
This class has been taken from the Apache FOP project (http://xmlgraphics.apache.org/fop/). They have been slightly modified.
Inheritance
System.Object
CharVector
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class CharVector
Constructors
Name | Description |
---|---|
CharVector() | |
CharVector(Char[]) | |
CharVector(Char[], Int32) | |
CharVector(Int32) |
Properties
Name | Description |
---|---|
Array | |
Capacity | returns current capacity of array |
Item[Int32] | LUCENENET indexer for .NET |
Length | return number of items in array |
Methods
Name | Description |
---|---|
Alloc(Int32) | |
Clear() | Reset Vector but don't resize or clear elements |
Clone() | |
TrimToSize() |