E - public class LinkedMonotoneList<E> extends AbstractList<E>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LinkedMonotoneList.MonoType |
modCount| 构造器和说明 |
|---|
LinkedMonotoneList(Comparator<E> comp,
LinkedMonotoneList.MonoType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(E e) |
E |
get(int index) |
E |
remove(int index) |
boolean |
remove(Object o) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringaddAll, contains, containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic LinkedMonotoneList(Comparator<E> comp, LinkedMonotoneList.MonoType type)
public boolean add(E e)
add 在接口中 Collection<E>add 在接口中 List<E>add 在类中 AbstractList<E>public boolean remove(Object o)
remove 在接口中 Collection<E>remove 在接口中 List<E>remove 在类中 AbstractCollection<E>public int size()
size 在接口中 Collection<E>size 在接口中 List<E>size 在类中 AbstractCollection<E>Copyright © 2017. All rights reserved.