Object
BitArray
![]() | Constructor that constructs a empty BitArray |
![]() | Constructor that constructs a BitArray from a string buffer. |
![]() | Use this method to append a Boolean value to the array. |
![]() | Use this function to get the element count from the array. |
![]() | Gets element at given index. This method does the same as the Item method, but is here so that other plugins can make use of the BitArray internally. |
![]() | Serializes the BitArray to a string. |
![]() | Returns a index of first occurrence of a element in the array. This variation searches from start of the array. |
![]() | Returns a index of occurrence of a element in the array from a given starting point. |
![]() | Use this method to insert a value into the array. |
![]() | Use this setter/getter function to read or write to a item in the array. |
![]() | Implements the Redim operator. |
![]() | Implements operator to write to the array with the ( ) indexer operator. |
![]() | Implements operator to write to the array with the ( ) indexer operator. |
![]() | Use this method to remove values from the array. |
![]() | Use this method to remove a single value from the array. |
![]() | Use this method to resize the array. |
![]() | Sets element at given index. This method does the same as the Item method, but is here so that other plugins can make use of the BitArray internally. |
![]() | Use this method to sort the array. |
![]() | Use this method to swap two objects in the array. |