|
|||||||||
| 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<T>
PIP.Collections.Piecewise<T>
public class Piecewise<T>
| Constructor Summary | |
|---|---|
Piecewise()
|
|
| Method Summary | |
|---|---|
void |
addRange(Range<T> r)
|
T |
get(int i)
Returns the element at the specified position in this list. |
java.util.List<Range<T>> |
getRanges()
|
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 Piecewise()
| Method Detail |
|---|
public void addRange(Range<T> r)
public int size()
AbstractCollection
size in interface java.util.Collection<T>size in interface java.util.List<T>size in class AbstractCollection<T>public T get(int i)
AbstractList
get in interface java.util.List<T>get in class AbstractList<T>i - index of element to return.
public java.util.List<Range<T>> getRanges()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||