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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
addAll
(int index, Collection<? extends T> c) boolean
addAll
(Collection<? extends T> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) boolean
isEmpty()
iterator()
listIterator
(int index) remove
(int index) boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) subList
(int fromIndex, int toIndex) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:
listIterator
in interfaceList<T>
-
isEmpty
public boolean isEmpty() -
add
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
set
-
add
-
remove
-
listIterator
- Specified by:
listIterator
in interfaceList<T>
-
subList
-
contains
-
containsAll
- Specified by:
containsAll
in interfaceCollection<T>
- Specified by:
containsAll
in interfaceList<T>
-
remove
-