Created
May 24, 2018 23:36
-
-
Save terabyte/f19f0488dba2f03ce0cdbf4c53095e45 to your computer and use it in GitHub Desktop.
{meme}Is this ok?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class A { | |
public void someMethod { | |
// ... | |
AtomicInteger count = new AtomicInteger(); | |
someList.forEach((Object) o -> { | |
// ... | |
count.incrementAndGet(); | |
// ... | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment