Vertaling van "for-loop" in Japans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The IDE offers the following two predefined configurations: Migrate to JDK 5 Migrate to JDK 7 Migrate to JDK 8 Organize Imports Migrate to JDK 5 The Migrate to JDK 5 configuration available in the IDE by default incorporates such refactoring operations as static imports, JDK 5 for-loop usage, unnecessary boxing and unboxing, and switch over Strings application.
IDEでは、次の2つの構成が事前に定義されています。JDK 5に移行 JDK 7に移行 JDK 8に移行 インポートの編成 JDK 5への移行 IDEでデフォルトで使用できるJDK 5に移行構成には、静的インポート、JDK 5 forループの使用、不要なボックス化およびボックス化解除、文字列のswitchアプリケーションなどのリファクタリング操作が組み込まれています。
Since we know, that we just have byte values left in that array, we can iterate through the rest of the data by using a for-loop.
この配列にはバイト値のみが残されている点を把握しているため、forループを使用して残りのデータを処理できます。
The for-loop ends when the index reaches some limit.
このループはインデックスがある限界に達すると終了します。
Since the iterator object is often passed to predicates and functions as an argument to perform operations at each of the vertices in a loop, the second notation was not applicable because of the inconsistency between the iterator object and the for-loop.
イテレータオブジェクトがループ内の頂点毎に処理を実行するのに、引数として述語と関数を渡すことがよくあり、イテレータオブジェクトと for ループの間で矛盾が発生するため、二つめの表記は役に立っていませんでした。
Now this form of for-loop is fully operational, and the iterator and for-loop go through the vertices in sync.
現在、この for ループの形式は完全に使用可能になっており、イテレータと for ループは頂点群を同期して通り抜けます。