a place for you as a java learner and anyone interesting in programming.
Pages
Home
Tips for java dummies
ASk Your Question ?
Wednesday, 4 May 2016
Named loops:
outer
:
for
(
i
=
0
;
i
<
arr
.
length
;
i
++)
{
for
(
j
=
0
;
j
<
arr
[
i
].
length
;
j
++)
{
if
(
someCondition
(
i
,
j
))
{
break
outer
;
}
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment