|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPIP.Collections.Persistent.AbstractCollection<E>
PIP.Collections.Persistent.AbstractList<E>
PIP.Collections.Range<E>
public class Range<E>
| Constructor Summary | |
|---|---|
Range(java.util.List<E> v,
int s,
int e)
|
|
| Method Summary | |
|---|---|
boolean |
containsIndex(int i)
|
E |
get(int index)
Returns the element at the specified position in this list. |
int |
getEnd()
|
int |
getStart()
|
int |
size()
Returns the number of elements in this collection. |
| Methods inherited from class PIP.Collections.Persistent.AbstractList |
|---|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList |
| Methods inherited from class PIP.Collections.Persistent.AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public Range(java.util.List<E> v,
int s,
int e)
| Method Detail |
|---|
public E get(int index)
AbstractList
get in interface java.util.List<E>get in class AbstractList<E>index - index of element to return.
public int size()
AbstractCollection
size in interface java.util.Collection<E>size in interface java.util.List<E>size in class AbstractCollection<E>public int getStart()
public int getEnd()
public boolean containsIndex(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||