Package mondrian.olap
Class Util.AbstractFlatList<T>
java.lang.Object
mondrian.olap.Util.AbstractFlatList<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,List<T>,RandomAccess
- Direct Known Subclasses:
Util.Flat2List,Util.Flat3List
- Enclosing class:
- Util
public abstract static class Util.AbstractFlatList<T>
extends Object
implements List<T>, RandomAccess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends T> c) booleanaddAll(Collection<? extends T> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanisEmpty()iterator()listIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) subList(int fromIndex, int toIndex) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, get, hashCode, indexOf, lastIndexOf, replaceAll, size, sort, spliterator, toArray, toArray
-
Constructor Details
-
AbstractFlatList
public AbstractFlatList()
-
-
Method Details
-
asArrayList
-
iterator
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
isEmpty
public boolean isEmpty() -
add
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
set
-
add
-
remove
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
subList
-
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<T>- Specified by:
containsAllin interfaceList<T>
-
remove
-