(1st) Pages 697-699 (Section A.6), pages 67-69 (Section 3.1.1), pages 78-79 (Section 3.2.1), page 93 (Section 3.4.1), page 116 (Section 4.1.1)
(2nd) Pages 80-84 (Section 2.4), pages 136-140 (Section 4.1.1), pages 149-152 (Section 4.2.1), page 166 (Section 4.4.1), page 186 (Section 5.1.1)
ExceptionCreator.java
MyException.java
Interfaces
| First edition | Second edition |
| RankedSequence | Vector |
| replaceElemAtRank | replaceAtRank |
| insertElemAtRank | insertAtRank |
| removeElemAtRank | removeAtRank |
Question
Write the Deque interface (and its exception classes). Compile the interface
javac Deque.java
and check for code convention violations
ccc Deque.java