Descripción
Sintaxis
public class ArrayDeque<E> extends AbstractCollection<E> implements Deque<E>, Cloneable, Serializable
Constructores
Métodos
- add()
- addAll()
- addFirst()
- addLast()
- clear()
- clone()
- contains()
- element()
- forEach()
- getFirst()
- getLast()
- isEmpty()
- iterator()
- offer()
- offerFirst()
- offerLast()
- peek()
- poll()
- pop()
- push()
- remove()
- removeAll()
- removeFirst()
- removeFirstOccurrence()
- removeIf()
- removeLast()
- removeLastOccurrence()
- retainAll()
- size()
- spliterator()
- toArray()
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.