Commit cd09e52
authored
Bael 4464 (eugenp#11062)
* BAEL-4464 : how to implement LRU-Cache in java codes added
* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed
* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed
* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed
* BAEL-4464 : issues 4,5 fixed.
* fixed some issues in BAEL-4464
* BAEL-4464 : some tips on unitTest fixed1 parent 28c9836 commit cd09e52Copy full SHA for cd09e52
File tree
Expand file treeCollapse file tree
1 file changed
+5
-13
lines changedOpen diff view settings
Filter options
- data-structures/src/test/java/com/baeldung/lrucache
Expand file treeCollapse file tree
1 file changed
+5
-13
lines changedOpen diff view settings
Collapse file
data-structures/src/test/java/com/baeldung/lrucache/LRUCacheUnitTest.java
Copy file name to clipboard+5-13Lines changed: 5 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | 3 | |
8 | | - |
9 | 4 | |
10 | 5 | |
11 | 6 | |
12 | 7 | |
13 | | - |
14 | | - |
15 | 8 | |
16 | 9 | |
17 | 10 | |
| ||
22 | 15 | |
23 | 16 | |
24 | 17 | |
25 | | - |
26 | | - |
27 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
28 | 21 | |
29 | 22 | |
30 | 23 | |
| ||
34 | 27 | |
35 | 28 | |
36 | 29 | |
37 | | - |
| 30 | + |
38 | 31 | |
39 | 32 | |
40 | 33 | |
| ||
46 | 39 | |
47 | 40 | |
48 | 41 | |
49 | | - |
50 | 42 | |
51 | 43 | |
52 | 44 | |
53 | 45 | |
54 | 46 | |
55 | 47 | |
56 | 48 | |
57 | | - |
| 49 | + |
58 | 50 | |
59 | 51 | |
0 commit comments