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 Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Deque
add, addAll, contains, descendingIterator, iterator, offerFirst, offerLast, peekFirst, peekLast, pollFirst, pollLast, remove, removeFirstOccurrence, removeLastOccurrence, size
Methods inherited from interface java.util.List
add, 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:
reversed
in interfaceDeque<T>
- Specified by:
reversed
in interfaceList<T>
- Specified by:
reversed
in interfaceSequencedCollection<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;
-
getFirst
T getFirst() -
getLast
T getLast() -
addFirst
- Specified by:
addFirst
in interfaceDeque<T>
- Specified by:
addFirst
in interfaceList<T>
- Specified by:
addFirst
in interfaceSequencedCollection<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:
addLast
in interfaceDeque<T>
- Specified by:
addLast
in interfaceList<T>
- Specified by:
addLast
in interfaceSequencedCollection<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
-
removeFirst
T removeFirst()- Specified by:
removeFirst
in interfaceDeque<T>
- Specified by:
removeFirst
in interfaceList<T>
- Specified by:
removeFirst
in interfaceSequencedCollection<T>
-
removeLast
T removeLast()- Specified by:
removeLast
in interfaceDeque<T>
- Specified by:
removeLast
in interfaceList<T>
- Specified by:
removeLast
in interfaceSequencedCollection<T>
-
offer
-
remove
-
poll
-
element
-
peek
-
push
-
pop
-