Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
5ffb2005
Commit
5ffb2005
authored
May 16, 2012
by
Daniel Ratiu
Browse files
some comments
refs 779
parent
5284a1ec
Changes
1
Show whitespace changes
Inline
Side-by-side
org.fortiss.af3.component/trunk/src/org/fortiss/af3/component/utils/ComponentArchitectureUtils.java
View file @
5ffb2005
...
@@ -174,6 +174,11 @@ public class ComponentArchitectureUtils {
...
@@ -174,6 +174,11 @@ public class ComponentArchitectureUtils {
* {@link #findSubComponentsRecursively} uses only one iteration over solely components and
* {@link #findSubComponentsRecursively} uses only one iteration over solely components and
* hence is way more efficient. Of course, it looks a bit more complicated, yet it works well.
* hence is way more efficient. Of course, it looks a bit more complicated, yet it works well.
* If you would like, I will add more comments in the method to explain its function better.
* If you would like, I will add more comments in the method to explain its function better.
*
* Dan: I agree here with FloH. This quite complex implementation solves a problem that we DO
* NOT have:
* this functionality is not at all a bottleneck in performance of AF3.
* I would also strongly vote for simplicity, reuse, clarity and directness in the code.
*/
*/
public
static
class
SubComponentIterator
implements
Iterator
<
Component
>
{
public
static
class
SubComponentIterator
implements
Iterator
<
Component
>
{
/**
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment