mondrian.rolap
Class ModulosTest.PositionList
java.lang.Object
mondrian.util.UnsupportedList<Position>
mondrian.rolap.RolapAxis.PositionListUnsupported
mondrian.rolap.RolapAxis.PositionListBase
mondrian.rolap.ModulosTest.PositionList
- All Implemented Interfaces:
- Iterable<Position>, Collection<Position>, List<Position>
- Enclosing class:
- ModulosTest
static class ModulosTest.PositionList
- extends RolapAxis.PositionListBase
|
Field Summary |
(package private) int |
size
|
| Methods inherited from class mondrian.util.UnsupportedList |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, lastIndexOf, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
size
final int size
ModulosTest.PositionList
ModulosTest.PositionList(int size)
size
public int size()
- Specified by:
size in interface Collection<Position>- Specified by:
size in interface List<Position>- Specified by:
size in class RolapAxis.PositionListBase
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection<Position>- Specified by:
isEmpty in interface List<Position>- Specified by:
isEmpty in class RolapAxis.PositionListBase
get
public Position get(int index)
- Specified by:
get in interface List<Position>- Specified by:
get in class RolapAxis.PositionListBase
listIterator
public ListIterator<Position> listIterator()
- Specified by:
listIterator in interface List<Position>- Overrides:
listIterator in class RolapAxis.PositionListBase
listIterator
public ListIterator<Position> listIterator(int index)
- Specified by:
listIterator in interface List<Position>- Overrides:
listIterator in class RolapAxis.PositionListBase
iterator
public Iterator<Position> iterator()
- Specified by:
iterator in interface Iterable<Position>- Specified by:
iterator in interface Collection<Position>- Specified by:
iterator in interface List<Position>- Overrides:
iterator in class RolapAxis.PositionListBase