Update for 01-04-22 01:00
This commit is contained in:
parent
1f4cb54591
commit
f8e7a2a1b1
@ -20,6 +20,18 @@ can run on almost anything.
|
|||||||
| N/A | LinkedHashMap | LRUCache; Hash table that knows order of elements inserted/accessed |
|
| N/A | LinkedHashMap | LRUCache; Hash table that knows order of elements inserted/accessed |
|
||||||
| N/A | LinkedHashSet | LRUCache; Hash set that knows order of elements inserted/accessed |
|
| N/A | LinkedHashSet | LRUCache; Hash set that knows order of elements inserted/accessed |
|
||||||
|
|
||||||
|
== Primatives ==
|
||||||
|
|
||||||
|
| Name | Size (bits) |
|
||||||
|
| byte | 8 |
|
||||||
|
| short | 16 |
|
||||||
|
| int | 32 |
|
||||||
|
| long | 64 |
|
||||||
|
| float | 32 |
|
||||||
|
| double | 64 |
|
||||||
|
| char | 16 |
|
||||||
|
| boolean | 1 |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
== Classes ==
|
== Classes ==
|
||||||
@ -62,4 +74,7 @@ the garbage collector.
|
|||||||
}
|
}
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
|
== Keywords ==
|
||||||
|
|
||||||
|
| C++ | Java | Notes |
|
||||||
|
| const | final | Sets a value to be unchangable; aka immutable |
|
||||||
|
Loading…
Reference in New Issue
Block a user