Update TP/TP3.md
This commit is contained in:
@@ -14,7 +14,7 @@ Pour utiliser une LinkedList en tant que file FIFO, vous pouvez utiliser les mé
|
||||
```
|
||||
public boolean isEmpty() : Returns true if this collection contains no elements.
|
||||
Integer remove() : Retrieves and removes the head (first element) of this list.
|
||||
boolean offer(E e) : Adds the specified element as the tail (last element) of this list.
|
||||
boolean offer(int i) : Adds the specified element i as the tail (last element) of this list.
|
||||
```
|
||||
|
||||
**Question :**
|
||||
|
Reference in New Issue
Block a user