Blockly は 2025 年 11 月 10 日に Raspberry Pi Foundation に移行しました。ブログ投稿とよくある質問をご覧ください。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >ConnectionDB
ConnectionDB クラス
接続のデータベース。接続は垂直コンポーネントの順に保存されます。これにより、バイナリ検索を使用して、あるエリア内の接続をすばやく検索できます。
署名:
export declare class ConnectionDB
コンストラクタ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-28 UTC。
[null,null,["最終更新日 2025-07-28 UTC。"],[],["The `ConnectionDB` class manages a database of connections, ordered vertically for efficient lookup. Key actions include constructing a `ConnectionDB` instance, using `getNeighbours` to find nearby connections (without type checking), initializing a set of connection databases via the static `init` method, removing a connection using `removeConnection`, and finding the nearest compatible connection with `searchForClosest`. These functions allow to efficiently manage and query connections within a blockly workspace.\n"]]