int count = 0; //количество елементов в очереди public MyQueue(DynamicArray <T> array) { this.array = array; }