public class FilteringList<T extends ICMToken> extends ArrayList<T>
modCount| Constructor and Description |
|---|
FilteringList(ITokenStreamFilter filter) |
FilteringList(ITokenStreamFilter filter,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T o) |
T |
remove(int index) |
boolean |
remove(Object o) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic FilteringList(ITokenStreamFilter filter)
public FilteringList(ITokenStreamFilter filter, int size)
Copyright © 2016 The Apache Software Foundation. All rights reserved.