mirror of
https://github.com/Xevion/contest.git
synced 2025-12-10 06:06:47 -06:00
basic work in collections, TOC, Hiearchy, Methods of Collection Interface
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user