public class CaseInsensitiveList extends ArrayList<String>
modCount
Constructor and Description |
---|
CaseInsensitiveList() |
CaseInsensitiveList(Collection<? extends String> collection) |
CaseInsensitiveList(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
int |
indexOf(Object o)
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
int |
lastIndexOf(Object o)
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public CaseInsensitiveList()
public CaseInsensitiveList(int initialCapacity)
public CaseInsensitiveList(Collection<? extends String> collection)
public int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf
in interface List<String>
lastIndexOf
in class ArrayList<String>
Copyright © 2018. All rights reserved.