public static class IndexMap.ListIndexMap<K,V> extends IndexMap<K,V> implements List<V>
IndexMap.ListIndexMap<K,V>, IndexMap.MapIndexMap<K,V>| Constructor and Description |
|---|
ListIndexMap()
Create a new list interface index map.
|
ListIndexMap(List<K> list,
Map<K,V> map)
Create a new list interface index map.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone an index map.
|
boolean |
remove(Object o)
Removes the first occurrence in this list of the specified element.
|
add, add, add, add, addAll, addAll, clear, contains, containsAll, containsKey, containsValue, entrySet, equals, get, get, getAsList, getAsMap, getKey, getKeys, getKeys, getObjects, getObjects, hashCode, indexOf, isEmpty, iterator, keySet, lastIndexOf, listIterator, listIterator, put, putAll, remove, removeAll, removeKey, removeValue, replace, retainAll, set, size, subList, toArray, toArray, toString, valuesequals, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic boolean remove(Object o)
remove in interface Collection<V>remove in interface List<V>o - element to be removed from this list, if present.ClassCastException - if the type of the specified element
is incompatible with this list (optional).NullPointerException - if the specified element is null and this
list does not support null elements (optional).Copyright © 2015. All Rights Reserved.