📄 expectedoutputarrayedbasiclistuos.txt
字号:
Testing the Simple List Properties
Inserting.... 1
Inserting.... 3
Inserting.... 23
Inserting.... 63
Inserting.... -35
Inserting.... 90
Inserting.... 23
Inserting.... 89
Inserting.... -23
Inserting.... 5
Current Contents: 5 -23 89 23 90 -35 63 23 3 1
Is Empty? false
Is Full? true
First Item is: 5
Deleting First Item
Deleting First Item
Current Contents: 89 23 90 -35 63 23 3 1
Is Full? false
WipeOut
Current Contents:
Is Empty? true
Is Full? false
Inserting.... 23
Current Contents: 23
Is Empty? false
Is Full? false
Deleting First Item
Current Contents:
Is Empty? true
Testing the Basic List Properties
Inserting.... "r"
Inserting.... "p"
Inserting.... "d"
Inserting.... "c"
Inserting.... "x"
Inserting.... "e"
Current Contents: e x c d p r
Setting the first item to "l"
Current Contents: l x c d p r
first: l
Inserting...."z"
first: z
first: z
z
d
p
r
list: z d p r
Inserting.... "h"
Inserting.... "f"
Inserting.... "a"
list2: a f h z d p r
list2 after setFirstRemainder: a z d p r
list2's firstRemainder: z d p r
clone of list2: a z d p r
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -