Package net.minecraft.util.collection
Interface ListDeque<T>
- All Superinterfaces:
- Cloneable,- Collection<T>,- Deque<T>,- Iterable<T>,- List<T>,- Queue<T>,- RandomAccess,- SequencedCollection<T>,- Serializable
- All Known Implementing Classes:
- ArrayListDeque,- ArrayListDeque.ReversedWrapper
- Mappings:
- Namespace - Name - named - net/minecraft/util/collection/ListDeque- intermediary - net/minecraft/class_9634- official - ayv
- 
Method SummaryMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Dequeadd, addAll, contains, descendingIterator, iterator, offerFirst, offerLast, peekFirst, peekLast, pollFirst, pollLast, remove, removeFirstOccurrence, removeLastOccurrence, sizeMethods inherited from interface java.util.Listadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
- 
Method Details- 
reversed- Specified by:
- reversedin interface- Deque<T>
- Specified by:
- reversedin interface- List<T>
- Specified by:
- reversedin interface- SequencedCollection<T>
- Mappings:
- Namespace - Name - Mixin selector - named - reversed- Lnet/minecraft/util/collection/ListDeque;reversed()Lnet/minecraft/util/collection/ListDeque;- intermediary - method_59513- Lnet/minecraft/class_9634;method_59513()Lnet/minecraft/class_9634;- official - b- Layv;b()Layv;
 
- 
getFirstT getFirst()
- 
getLastT getLast()
- 
addFirst- Specified by:
- addFirstin interface- Deque<T>
- Specified by:
- addFirstin interface- List<T>
- Specified by:
- addFirstin interface- SequencedCollection<T>
- Mappings:
- Namespace - Name - Mixin selector - named - addFirst- Lnet/minecraft/util/collection/ListDeque;addFirst(Ljava/lang/Object;)V- intermediary - addFirst- Lnet/minecraft/class_9634;addFirst(Ljava/lang/Object;)V- official - addFirst- Layv;addFirst(Ljava/lang/Object;)V
 
- 
addLast- Specified by:
- addLastin interface- Deque<T>
- Specified by:
- addLastin interface- List<T>
- Specified by:
- addLastin interface- SequencedCollection<T>
- Mappings:
- Namespace - Name - Mixin selector - named - addLast- Lnet/minecraft/util/collection/ListDeque;addLast(Ljava/lang/Object;)V- intermediary - addLast- Lnet/minecraft/class_9634;addLast(Ljava/lang/Object;)V- official - addLast- Layv;addLast(Ljava/lang/Object;)V
 
- 
removeFirstT removeFirst()- Specified by:
- removeFirstin interface- Deque<T>
- Specified by:
- removeFirstin interface- List<T>
- Specified by:
- removeFirstin interface- SequencedCollection<T>
 
- 
removeLastT removeLast()- Specified by:
- removeLastin interface- Deque<T>
- Specified by:
- removeLastin interface- List<T>
- Specified by:
- removeLastin interface- SequencedCollection<T>
 
- 
offer
- 
remove
- 
poll
- 
element
- 
peek
- 
push
- 
pop
 
-