protected static class RandomAccessLongList.RandomAccessLongSubList extends RandomAccessLongList implements LongList
RandomAccessLongList.RandomAccessLongListIterator, RandomAccessLongList.RandomAccessLongSubList| Modifier and Type | Field and Description |
|---|---|
private RandomAccessLongList.ComodChecker |
_comod |
private int |
_limit |
private RandomAccessLongList |
_list |
private int |
_offset |
| Constructor and Description |
|---|
RandomAccessLongSubList(RandomAccessLongList list,
int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
long element)
Unsupported in this implementation.
|
private void |
checkRange(int index) |
private void |
checkRangeIncludingEndpoint(int index) |
long |
get(int index)
Returns the value of the element at the specified position
within me.
|
long |
removeElementAt(int index)
Unsupported in this implementation.
|
long |
set(int index,
long element)
Unsupported in this implementation.
|
int |
size()
Returns the number of elements I contain.
|
private int |
toUnderlyingIndex(int index) |
add, addAll, equals, getModCount, hashCode, incrModCount, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList, toStringaddAll, clear, contains, containsAll, isEmpty, removeAll, removeElement, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListaddAll, clear, contains, containsAll, isEmpty, removeAll, removeElement, retainAll, toArray, toArrayprivate int _offset
private int _limit
private RandomAccessLongList _list
private RandomAccessLongList.ComodChecker _comod
RandomAccessLongSubList(RandomAccessLongList list, int fromIndex, int toIndex)
public long get(int index)
LongListget in interface LongListget in class RandomAccessLongListindex - the index of the element to returnpublic long removeElementAt(int index)
RandomAccessLongListremoveElementAt in interface LongListremoveElementAt in class RandomAccessLongListindex - the index of the element to removepublic long set(int index,
long element)
RandomAccessLongListset in interface LongListset in class RandomAccessLongListindex - the index of the element to changeelement - the value to be stored at the specified positionpublic void add(int index,
long element)
RandomAccessLongListadd in interface LongListadd in class RandomAccessLongListindex - the index at which to insert the elementelement - the value to insertpublic int size()
LongCollectionsize in interface LongCollectionsize in class RandomAccessLongListprivate void checkRange(int index)
private void checkRangeIncludingEndpoint(int index)
private int toUnderlyingIndex(int index)
Copyright (c) 2002-2003 - Apache Software Foundation