forked from Speiger/Primitive-Collections
typo missed by the spellchecker...
This commit is contained in:
parent
0157765628
commit
c27e852ccb
|
@ -80,7 +80,7 @@ public void addElements(ObjectCollection<String> result, String[] elements) {
|
||||||
```
|
```
|
||||||
|
|
||||||
## containsAny
|
## containsAny
|
||||||
Everyone hatest comparing if 2 collections have part of each other included.
|
Everyone hates comparing if 2 collections have part of each other included.
|
||||||
The solution usually requires for loops and keeping track if things were found or not.
|
The solution usually requires for loops and keeping track if things were found or not.
|
||||||
And every Java Developer had this issue at least once and wished for a clean solution.
|
And every Java Developer had this issue at least once and wished for a clean solution.
|
||||||
```java
|
```java
|
||||||
|
|
Loading…
Reference in New Issue