Vector<T> Record

Represents type Vector<T>.

Namespace: Spring
type
 Vector<T> = record
 end;

Type Parameters

T

The Vector<T> type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Data

Represents property Data.

First

Represents property First.

Items[Integer]

Represents property Items[Integer].

Last

Represents property Last.

Length

Represents property Length.

Top
Show:
 NameDescription
Add(T)

Overloaded. Represents method Add(T).

Add(TArray)

Overloaded. Represents method Add(TArray).

Add(T[])

Overloaded. Represents method Add(T[]).

Add(Vector<T>)

Overloaded. Represents method Add(Vector<T>).

Assign(T[])

Represents method Assign(T[]).

Clear

Represents method Clear.

Contains(T)

Overloaded. Represents method Contains(T).

Contains(TArray)

Overloaded. Represents method Contains(TArray).

Contains(T[])

Overloaded. Represents method Contains(T[]).

Delete(Integer)

Overloaded. Represents method Delete(Integer).

Delete(Integer,Integer)

Overloaded. Represents method Delete(Integer,Integer).

Equals(TArray)

Overloaded. Represents method Equals(TArray).

Equals(T[])

Overloaded. Represents method Equals(T[]).

ForEach(TAction<T>)

Represents method ForEach(TAction<T>).

GetCount

Represents method GetCount.

GetEnumerator

Represents method GetEnumerator.

GetFirst

Represents method GetFirst.

GetItem(Integer)

Represents method GetItem(Integer).

GetLast

Represents method GetLast.

IndexOf(T)

Represents method IndexOf(T).

Insert(Integer,T)

Overloaded. Represents method Insert(Integer,T).

Insert(Integer,TArray)

Overloaded. Represents method Insert(Integer,TArray).

Insert(Integer,T[])

Overloaded. Represents method Insert(Integer,T[]).

InternalEquals(T[])

Represents method InternalEquals(T[]).

InternalIndexOf(T)

Represents method InternalIndexOf(T).

InternalIndexOfInt(Integer)

Represents method InternalIndexOfInt(Integer).

InternalIndexOfStr(string)

Represents method InternalIndexOfStr(string).

InternalInsert(Integer,T[])

Represents method InternalInsert(Integer,T[]).

Remove

Overloaded. Represents method Remove.

Remove(T)

Overloaded. Represents method Remove(T).

Remove(TArray)

Overloaded. Represents method Remove(TArray).

Remove(T[])

Overloaded. Represents method Remove(T[]).

Reverse

Represents method Reverse.

SetCount(Integer)

Represents method SetCount(Integer).

SetItem(Integer,T)

Represents method SetItem(Integer,T).

Slice(Integer)

Overloaded. Represents method Slice(Integer).

Slice(Integer,Integer)

Overloaded. Represents method Slice(Integer,Integer).

Sort

Overloaded. Represents method Sort.

Sort(IComparer)

Overloaded. Represents method Sort(IComparer).

Sort(TComparison)

Overloaded. Represents method Sort(TComparison).

Splice(Integer,Integer)

Overloaded. Represents method Splice(Integer,Integer).

Splice(Integer,Integer,T[])

Overloaded. Represents method Splice(Integer,Integer,T[]).

Top
Show:
 NameDescription
Addition(T,Vector<T>)

Represents operator op_Addition(T,Vector<T>).

Addition(TArray,Vector<T>)

Represents operator op_Addition(TArray,Vector<T>).

Addition(Vector<T>,T)

Represents operator op_Addition(Vector<T>,T).

Addition(Vector<T>,TArray)

Represents operator op_Addition(Vector<T>,TArray).

Addition(Vector<T>,Vector<T>)

Represents operator op_Addition(Vector<T>,Vector<T>).

Equality(Vector<T>,Vector<T>)

Represents operator op_Equality(Vector<T>,Vector<T>).

Implicit(TArray to Vector<T>)

Represents a conversion operator.

Implicit(Vector<T> to TArray)

Represents a conversion operator.

In(T,Vector<T>)

Represents operator op_In(T,Vector<T>).

In(TArray,Vector<T>)

Represents operator op_In(TArray,Vector<T>).

In(Vector<T>,Vector<T>)

Represents operator op_In(Vector<T>,Vector<T>).

Inequality(Vector<T>,Vector<T>)

Represents operator op_Inequality(Vector<T>,Vector<T>).

Subtraction(Vector<T>,T)

Represents operator op_Subtraction(Vector<T>,T).

Subtraction(Vector<T>,Vector<T>)

Represents operator op_Subtraction(Vector<T>,Vector<T>).

Top
Show:
 NameDescription
fData

Represents field fData.

Top