Package net.minecraft.util.collection
Class ArrayListDeque.class_9633
java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
net.minecraft.util.collection.ArrayListDeque.class_9633
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<T>,Collection<T>,Deque<T>,List<T>,Queue<T>,RandomAccess,SequencedCollection<T>,class_9634<T>
- Enclosing class:
ArrayListDeque<T>
- Mappings:
Namespace Name named net/minecraft/util/collection/ArrayListDeque$class_9633intermediary net/minecraft/class_8623$class_9633official awt$b
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidclear()booleanget(int int2) getFirst()getLast()intbooleanisEmpty()iterator()intlastIndexOf(Object object) private intmethod_59514(int int2) booleanofferFirst(T t) booleanpeekLast()pollLast()remove(int int2) booleanremoveFirstOccurrence(Object object) booleanremoveLastOccurrence(Object object) reversed()intsize()subList(int int2, int int3) Methods inherited from class java.util.AbstractList
add, addAll, equals, hashCode, listIterator, listIterator, removeRangeMethods inherited from class java.util.AbstractCollection
addAll, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.class_9634
element, offer, peek, poll, pop, push, removeMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, addAll, addAll, containsAll, equals, hashCode, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
field_51346
- Mappings:
Namespace Name Mixin selector named field_51346Lnet/minecraft/util/collection/ArrayListDeque$class_9633;field_51346:Lnet/minecraft/util/collection/ArrayListDeque;intermediary field_51346Lnet/minecraft/class_8623$class_9633;field_51346:Lnet/minecraft/class_8623;official bLawt$b;b:Lawt;
-
-
Constructor Details
-
class_9633
-
-
Method Details
-
reversed
- Specified by:
reversedin interfaceclass_9634<T>- Specified by:
reversedin interfaceDeque<T>- Specified by:
reversedin interfaceList<T>- Specified by:
reversedin interfaceSequencedCollection<T>- Mappings:
Namespace Name Mixin selector named reversedLnet/minecraft/util/collection/ArrayListDeque$class_9633;reversed()Lnet/minecraft/class_9634;intermediary method_59513Lnet/minecraft/class_8623$class_9633;method_59513()Lnet/minecraft/class_9634;official method_59513Lawt$b;method_59513()Layb;
-
getFirst
-
getLast
-
addFirst
-
addLast
-
offerFirst
- Specified by:
offerFirstin interfaceDeque<T>
-
offerLast
-
pollFirst
-
pollLast
-
peekFirst
-
peekLast
-
removeFirst
- Specified by:
removeFirstin interfaceclass_9634<T>- Specified by:
removeFirstin interfaceDeque<T>- Specified by:
removeFirstin interfaceList<T>- Specified by:
removeFirstin interfaceSequencedCollection<T>
-
removeLast
- Specified by:
removeLastin interfaceclass_9634<T>- Specified by:
removeLastin interfaceDeque<T>- Specified by:
removeLastin interfaceList<T>- Specified by:
removeLastin interfaceSequencedCollection<T>
-
removeFirstOccurrence
- Specified by:
removeFirstOccurrencein interfaceDeque<T>
-
removeLastOccurrence
- Specified by:
removeLastOccurrencein interfaceDeque<T>
-
descendingIterator
- Specified by:
descendingIteratorin interfaceDeque<T>
-
size
public int size() -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<T>- Specified by:
isEmptyin interfaceList<T>- Overrides:
isEmptyin classAbstractCollection<T>
-
contains
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<T>- Overrides:
lastIndexOfin classAbstractList<T>
-
subList
-
iterator
-
clear
public void clear()- Specified by:
clearin interfaceCollection<T>- Specified by:
clearin interfaceList<T>- Overrides:
clearin classAbstractList<T>
-
method_59514
private int method_59514(int int2) - Mappings:
Namespace Name Mixin selector named method_59514Lnet/minecraft/util/collection/ArrayListDeque$class_9633;method_59514(I)Iintermediary method_59514Lnet/minecraft/class_8623$class_9633;method_59514(I)Iofficial aLawt$b;a(I)I
-