public class FilteredSegmentList extends AbstractList
modCount| Constructor and Description |
|---|
FilteredSegmentList(LazyList list,
long match,
FilteredSegmentList prior,
OpenAttrBase owner)
Constructor with everything specified.
|
FilteredSegmentList(LazyList list,
long match,
OpenAttrBase owner)
Constructor with no prior filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object element) |
Object |
get(int index) |
Object |
remove(int index)
Removes the item at the index position.
|
boolean |
remove(Object o) |
protected void |
removeRange(int from,
int to) |
Object |
set(int index,
Object element) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringpublic FilteredSegmentList(LazyList list, long match, FilteredSegmentList prior, OpenAttrBase owner)
list - backing listmatch - included element types maskprior - filter which comes before this one (null if
none)owner - element owning this listpublic FilteredSegmentList(LazyList list, long match, OpenAttrBase owner)
list - backing listmatch - included element types maskowner - element owning this listpublic Object get(int index)
get in interface Listget in class AbstractListpublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic void add(int index,
Object element)
add in interface Listadd in class AbstractListpublic Object remove(int index)
remove in interface Listremove in class AbstractListindex - public boolean remove(Object o)
remove in interface Collectionremove in interface Listremove in class AbstractCollectionpublic Object set(int index, Object element)
set in interface Listset in class AbstractListprotected void removeRange(int from,
int to)
removeRange in class AbstractListCopyright © 2005-2013 jibx.org. All Rights Reserved.