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

public interface ListDeque<T> extends Serializable, Cloneable, Deque<T>, List<T>, RandomAccess
Mappings:
Namespace Name
named net/minecraft/util/collection/ListDeque
intermediary net/minecraft/class_9634
official ayv