検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 41 for capacity (0.012 sec.)
The Vector class 7444
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vec ... s allocated memory when its size drops low enough. Capacity does not have to be a power of 2. get() , set() , ... ence , ArrayAccess { /* Constants */ const int MIN_CAPACITY = 10 ; /* メソッド */ public allocate ( int $capac ... d public apply ( callable $callback ): void public capacity (): int public clear (): void public contains ( mi ... $values = ? ): void } 定義済み定数 Ds\Vector::MIN_CAPACITY 変更履歴 バージョン 説明 PECL ds 1.3.0 The class n ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
The Deque class 7382
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... nding position in the buffer: ((head + position) % capacity) . Strengths Supports array syntax (square bracket ... , shift() , and unshift() are all O(1). Weaknesses Capacity must be a power of 2. insert() and remove() are O( ... ence , ArrayAccess { /* Constants */ const int MIN_CAPACITY = 8 ; /* メソッド */ public allocate ( int $capaci ... d public apply ( callable $callback ): void public capacity (): int public clear (): void public contains ( mi ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
The Set class 7289
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... tion , ArrayAccess { /* Constants */ const int MIN_CAPACITY = 16 ; /* メソッド */ public add ( mixed ...$value ... s ): void public allocate ( int $capacity ): void public capacity (): int public clear (): v ... ( Ds\Set $set ): Ds\Set } 定義済み定数 Ds\Set::MIN_CAPACITY 変更履歴 バージョン 説明 PECL ds 1.3.0 The class n ... :allocate — Allocates enough memory for a required capacity Ds\Set::capacity — Returns the current capacity Ds ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
Channel Construction 7289
« parallel\Channel parallel\Channel::make » PHP Manual parallel\Channel Channel Construction par ... hannel public parallel\Channel::__construct ( int $capacity ) Shall make an anonymous buffered channel with th ... e given capacity パラメータ capacity May be Channel::Infinite or a ... integer 関連キーワード: Construction , construct , capacity , public , Shall , unbuffered , int , buffered , g ...
https://man.plustar.jp/php/parallel-channel.construct.html - [similar]
Access 7180
« parallel\Channel::__construct parallel\Channel::open » PHP Manual parallel\Channel Access para ... ublic parallel\Channel::make ( string $name , int $capacity ): Channel Shall make a buffered channel with the ... given name and capacity パラメータ name The name of the channel. capacity ... istence if channel already exists. 関連キーワード: capacity , Shall , public , string , given , construct , Ex ...
https://man.plustar.jp/php/parallel-channel.make.html - [similar]
The Map class 6869
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... tion , ArrayAccess { /* Constants */ const int MIN_CAPACITY = 16 ; /* メソッド */ public allocate ( int $capac ... d public apply ( callable $callback ): void public capacity (): int public clear (): void public copy (): Ds\M ... ( Ds\Map $map ): Ds\Map } 定義済み定数 Ds\Map::MIN_CAPACITY 変更履歴 バージョン 説明 PECL ds 1.3.0 The class n ... :allocate — Allocates enough memory for a required capacity Ds\Map::apply — Updates all values by applying a c ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
The Sequence interface 6574
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface Th ... s { /* メソッド */ abstract public allocate ( int $capacity ): void abstract public apply ( callable $callback ... ): void abstract public capacity (): int abstract public contains ( mixed ...$value ... :allocate — Allocates enough memory for a required capacity Ds\Sequence::apply — Updates all values by applyin ... g a callback function to each value Ds\Sequence::capacity — Returns the current capacity Ds\Sequence::contai ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
関数・メソッド 6372
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... :allocate - Allocates enough memory for a required capacity Ds\Deque::apply - Updates all values by applying a ... callback function to each value Ds\Deque::capacity - Returns the current capacity Ds\Deque::clear - R ... :allocate - Allocates enough memory for a required capacity Ds\Map::apply - Updates all values by applying a c ... allback function to each value Ds\Map::capacity - Returns the current capacity Ds\Map::clear - Rem ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
The parallel\Channel class 6310
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe ... t block on calls to parallel\Channel::send() until capacity is reached, calls to parallel\Channel::recv() will ... */ public __construct () public __construct ( int $capacity ) /* Access */ public make ( string $name ): Chann ... el public make ( string $name , int $capacity ): Channel public open ( string $name ): Channel / ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
Removes all values 6185
« Ds\PriorityQueue::capacity Ds\PriorityQueue::__construct » PHP Manual PriorityQueue Removes al ... , all , values , PriorityQueue , Ds , パラメータ , capacity , construct , public , from ...
https://man.plustar.jp/php/ds-priorityqueue.clear.html - [similar]
PREV 1 2 3 4 5 NEXT