Instructions Use the Java API htt docsoraclecomjavase8docsla
Instructions Use the Java API (htt docs.oracle.com/javase/8/docslapil) to answer the questions below 1. In the list of classes on the lower left of the API, how can you identify
Solution
7)
void addFirst(E e)
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
8)
programmer must override the set(int, E) method in subclasses.
