public class IdentifierList extends LinkedList<String>
modCount| Constructor and Description |
|---|
IdentifierList(IdentifierNormalizer normalizer) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
String id) |
boolean |
add(String id) |
boolean |
addAll(Collection<? extends String> ids) |
boolean |
addAll(int index,
Collection<? extends String> ids) |
void |
addFirst(String id) |
void |
addLast(String id) |
clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subListpublic IdentifierList(IdentifierNormalizer normalizer)
public boolean addAll(Collection<? extends String> ids)
addAll in interface Collection<String>addAll in interface List<String>addAll in class LinkedList<String>public boolean addAll(int index, Collection<? extends String> ids)
Copyright © 2004–2014 Paul Ferraro. All rights reserved.