basic work in collections, TOC, Hiearchy, Methods of Collection Interface

This commit is contained in:
Xevion
2020-03-06 19:18:09 -06:00
parent 9bf0300ee1
commit 56a2be7ea8
2 changed files with 44 additions and 2 deletions

View File

@@ -443,7 +443,7 @@ For lists, one can use `Collections.sort` to sort any class that implements the
### !!! char And int Are Interchangeable
```
```java
void method(int a, char b)
method('c', 44)
// method('g', 78900)