|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.util.UnsupportedList<Member>
mondrian.rolap.RolapAxis.PositionUnsupported
mondrian.rolap.RolapAxis.PositionBase
protected abstract static class RolapAxis.PositionBase
The PositionBase is an abstract implementation of the Position interface and provides both Iterator<Member> and ListIterator<Member> implementations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class mondrian.util.UnsupportedList |
|---|
UnsupportedList.Itr, UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr |
| Constructor Summary | |
|---|---|
protected |
RolapAxis.PositionBase()
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.util.Iterator<Member> |
iterator()
|
java.util.ListIterator<Member> |
listIterator()
|
java.util.ListIterator<Member> |
listIterator(int index)
|
| Methods inherited from class mondrian.util.UnsupportedList |
|---|
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
|---|
protected RolapAxis.PositionBase()
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in interface java.util.Collection<Member>equals in interface java.util.List<Member>equals in class UnsupportedList<Member>public int hashCode()
hashCode in interface java.util.Collection<Member>hashCode in interface java.util.List<Member>hashCode in class UnsupportedList<Member>public java.util.ListIterator<Member> listIterator()
listIterator in interface java.util.List<Member>listIterator in class UnsupportedList<Member>public java.util.ListIterator<Member> listIterator(int index)
listIterator in interface java.util.List<Member>listIterator in class UnsupportedList<Member>public java.util.Iterator<Member> iterator()
iterator in interface java.lang.Iterable<Member>iterator in interface java.util.Collection<Member>iterator in interface java.util.List<Member>iterator in class UnsupportedList<Member>
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||