📄 basket.ctxt
字号:
#BlueJ class context
comment0.params=pr
comment0.target=void\ add(Product)
comment0.text=\nAdds\ a\ product\ to\ the\ Basket\n\n
comment1.target=int\ number()
comment1.text=\nReturns\ the\ number\ of\ products\ in\ the\ basket.\n@return\ number\ of\ products\n\n
comment2.target=Product\ remove()
comment2.text=\n\n\n
comment3.target=void\ clear()
comment3.text=\nClear\ the\ list.\ All\ items\ stored\ are\ removed.\n\n
comment4.target=Product[]\ products()
comment4.text=\nReturns\ an\ array\ of\ the\ held\ products.\n@return\ array\ of\ held\ products\n\n
comment5.target=String\ details()
comment5.text=\nReturns\ a\ string\ containing\ a\ description\ of\ all\ the\ products\ held.\n@return\ string\ description\ of\ products\n\n
numComments=6
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -