DotNet Reference

DotNet Reference

Int64Vector

Detailed Description

Definition at line 17 of file util/Int64Vector.cs.

Classes

class  Int64VectorEnumerator
 Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More...
 

Public Member Functions

void Dispose ()
 
 Int64Vector (global::System.Collections.IEnumerable c)
 
 Int64Vector (global::System.Collections.Generic.IEnumerable< long > c)
 
void CopyTo (long[] array)
 
void CopyTo (long[] array, int arrayIndex)
 
void CopyTo (int index, long[] array, int arrayIndex, int count)
 
long[] ToArray ()
 
Int64VectorEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (long x)
 
 Int64Vector ()
 
 Int64Vector (Int64Vector other)
 
 Int64Vector (int capacity)
 
void AddRange (Int64Vector values)
 
Int64Vector GetRange (int index, int count)
 
void Insert (int index, long x)
 
void InsertRange (int index, Int64Vector values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, Int64Vector values)
 
bool Contains (long value)
 
int IndexOf (long value)
 
int LastIndexOf (long value)
 
bool Remove (long value)
 

Static Public Member Functions

static Int64Vector Repeat (long value, int count)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
long this[int index] [get, set]
 
int Capacity [get, set]
 
int Count [get]
 
bool IsSynchronized [get]
 

Constructor & Destructor Documentation

◆ Int64Vector() [1/5]

Int64Vector ( global::System.Collections.IEnumerable  c)
inline

Definition at line 52 of file util/Int64Vector.cs.

◆ Int64Vector() [2/5]

Int64Vector ( global::System.Collections.Generic.IEnumerable< long >  c)
inline

Definition at line 60 of file util/Int64Vector.cs.

◆ Int64Vector() [3/5]

Int64Vector ( )
inline

Definition at line 246 of file util/Int64Vector.cs.

◆ Int64Vector() [4/5]

Int64Vector ( Int64Vector  other)
inline

Definition at line 249 of file util/Int64Vector.cs.

◆ Int64Vector() [5/5]

Int64Vector ( int  capacity)
inline

Definition at line 253 of file util/Int64Vector.cs.

Member Function Documentation

◆ Add()

void Add ( long  x)
inline

Definition at line 228 of file util/Int64Vector.cs.

◆ AddRange()

void AddRange ( Int64Vector  values)
inline

Definition at line 274 of file util/Int64Vector.cs.

◆ Clear()

void Clear ( )
inline

Definition at line 224 of file util/Int64Vector.cs.

◆ Contains()

bool Contains ( long  value)
inline

Definition at line 327 of file util/Int64Vector.cs.

◆ CopyTo() [1/3]

void CopyTo ( int  index,
long[]  array,
int  arrayIndex,
int  count 
)
inline

Definition at line 122 of file util/Int64Vector.cs.

◆ CopyTo() [2/3]

void CopyTo ( long[]  array)
inline

Definition at line 112 of file util/Int64Vector.cs.

◆ CopyTo() [3/3]

void CopyTo ( long[]  array,
int  arrayIndex 
)
inline

Definition at line 117 of file util/Int64Vector.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 35 of file util/Int64Vector.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 40 of file util/Int64Vector.cs.

◆ GetEnumerator()

Int64VectorEnumerator GetEnumerator ( )
inline

Definition at line 154 of file util/Int64Vector.cs.

◆ GetRange()

Int64Vector GetRange ( int  index,
int  count 
)
inline

Definition at line 279 of file util/Int64Vector.cs.

◆ IndexOf()

int IndexOf ( long  value)
inline

Definition at line 332 of file util/Int64Vector.cs.

◆ Insert()

void Insert ( int  index,
long  x 
)
inline

Definition at line 286 of file util/Int64Vector.cs.

◆ InsertRange()

void InsertRange ( int  index,
Int64Vector  values 
)
inline

Definition at line 291 of file util/Int64Vector.cs.

◆ LastIndexOf()

int LastIndexOf ( long  value)
inline

Definition at line 337 of file util/Int64Vector.cs.

◆ Remove()

bool Remove ( long  value)
inline

Definition at line 342 of file util/Int64Vector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 296 of file util/Int64Vector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 301 of file util/Int64Vector.cs.

◆ Repeat()

static Int64Vector Repeat ( long  value,
int  count 
)
inlinestatic

Definition at line 306 of file util/Int64Vector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

Definition at line 313 of file util/Int64Vector.cs.

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 317 of file util/Int64Vector.cs.

◆ SetRange()

void SetRange ( int  index,
Int64Vector  values 
)
inline

Definition at line 322 of file util/Int64Vector.cs.

◆ ToArray()

long [] ToArray ( )
inline

Definition at line 140 of file util/Int64Vector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 20 of file util/Int64Vector.cs.

Property Documentation

◆ Capacity

int Capacity
getset

Definition at line 89 of file util/Int64Vector.cs.

◆ Count

int Count
get

Definition at line 100 of file util/Int64Vector.cs.

◆ IsFixedSize

bool IsFixedSize
get

Definition at line 68 of file util/Int64Vector.cs.

◆ IsReadOnly

bool IsReadOnly
get

Definition at line 74 of file util/Int64Vector.cs.

◆ IsSynchronized

bool IsSynchronized
get

Definition at line 106 of file util/Int64Vector.cs.

◆ this[int index]

long this[int index]
getset

Definition at line 80 of file util/Int64Vector.cs.


The documentation for this class was generated from the following file: