|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.shapelogic.streams.BaseCommonStream<E> org.shapelogic.streams.BaseListCommonStream<E> org.shapelogic.streams.BaseListIndexedStream1<E,E> org.shapelogic.streams.BaseListFilterStream<E>
E
- public abstract class BaseListFilterStream<E>
This is the abstract class to override to make a ListFilterStream. The code here is the same as what would be in the BaseFilterStream.
Field Summary |
---|
Fields inherited from class org.shapelogic.streams.BaseListIndexedStream1 |
---|
_inputStream |
Fields inherited from class org.shapelogic.streams.BaseListCommonStream |
---|
_list |
Fields inherited from class org.shapelogic.streams.BaseCommonStream |
---|
_context, _current, _dirty, _last, _maxLast, _name, _nullLegalValue, _parentContext, _query, _value |
Constructor Summary | |
---|---|
BaseListFilterStream(NumberedStream<E> inputStream)
|
Method Summary | |
---|---|
E |
get(int index)
Get next element without advancing _current. |
boolean |
hasNext()
|
E |
invoke(E input,
int index)
Closure to calculated 1 individual element based on index and input for the same index. |
E |
next()
Get next element and advance _current. |
Methods inherited from class org.shapelogic.streams.BaseListIndexedStream1 |
---|
getInput, getInputStream, getList, invokeIndex, setLastFromInput, setList |
Methods inherited from class org.shapelogic.streams.BaseListCommonStream |
---|
calcAddNext, getCurrentSize, hasNextBase, isCached, isRandomAccess, iterator |
Methods inherited from class org.shapelogic.streams.BaseCommonStream |
---|
getContext, getInContext, getIndex, getLast, getMaxLast, getName, getParentContext, getValue, isDeterministic, isDirty, isNullLegalValue, remove, setMaxLast, setNullLegalValue, setup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.shapelogic.predicate.Predicate |
---|
evaluate |
Methods inherited from interface org.shapelogic.streams.ListStream |
---|
getList, setList |
Methods inherited from interface org.shapelogic.streams.NumberedStream |
---|
getIndex, getLast, getMaxLast, setMaxLast |
Methods inherited from interface org.shapelogic.calculation.LazyCalc |
---|
isDirty, setup |
Methods inherited from interface org.shapelogic.calculation.CalcValue |
---|
getValue |
Methods inherited from interface java.util.Iterator |
---|
remove |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Constructor Detail |
---|
public BaseListFilterStream(NumberedStream<E> inputStream)
Method Detail |
---|
public E invoke(E input, int index)
IndexedInputStream1
invoke
in interface IndexedInputStream1<E,E>
index
- of element in listpublic E next()
BaseListCommonStream
next
in interface java.util.Iterator<E>
next
in class BaseListCommonStream<E>
public boolean hasNext()
hasNext
in interface java.util.Iterator<E>
hasNext
in class BaseListCommonStream<E>
public E get(int index)
BaseListCommonStream
get
in interface NumberedStream<E>
get
in class BaseListCommonStream<E>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |