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, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
public 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.