I’m reading the book Algorithms and they mentioned a data type Item. However, I can’t find it in any of the API. Does “Item” data type exist in java?
I’m reading the book Algorithms and they mentioned a data type Item . However,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not that I’m aware of. They probably just defined that data type in the book to show some concept, but it’s definitely not a data type in standard Java.