Package de.bsvrz.dav.daf.util
Class MiniList<E>
java.lang.Object
de.bsvrz.dav.daf.util.MiniList<E>
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,List<E>
Deprecated.
Minimal-Implementierung einer Liste, die auf geringen Speicherverbrauch bei wenigen Elementen ausgelegt ist.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.boolean
Deprecated.boolean
addAll
(int index, Collection<? extends E> c) Deprecated.boolean
addAll
(Collection<? extends E> c) Deprecated.void
clear()
Deprecated.boolean
Deprecated.boolean
containsAll
(Collection<?> c) Deprecated.boolean
Deprecated.get
(int index) Deprecated.int
hashCode()
Deprecated.int
Deprecated.boolean
isEmpty()
Deprecated.iterator()
Deprecated.int
Deprecated.Deprecated.listIterator
(int index) Deprecated.remove
(int index) Deprecated.boolean
Deprecated.boolean
removeAll
(Collection<?> c) Deprecated.boolean
retainAll
(Collection<?> c) Deprecated.Deprecated.int
size()
Deprecated.subList
(int fromIndex, int toIndex) Deprecated.Object[]
toArray()
Deprecated.<T> T[]
toArray
(T[] a) Deprecated.toString()
Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Constructor Details
-
MiniList
public MiniList()Deprecated. -
MiniList
Deprecated. -
MiniList
Deprecated. -
MiniList
Deprecated.
-
-
Method Details
-
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
contains
Deprecated. -
iterator
Deprecated. -
toArray
Deprecated. -
toArray
public <T> T[] toArray(T[] a) Deprecated. -
add
Deprecated. -
remove
Deprecated. -
containsAll
Deprecated.- Specified by:
containsAll
in interfaceCollection<E>
- Specified by:
containsAll
in interfaceList<E>
-
addAll
Deprecated. -
addAll
Deprecated. -
removeAll
Deprecated. -
retainAll
Deprecated. -
clear
public void clear()Deprecated. -
get
Deprecated. -
set
Deprecated. -
add
Deprecated. -
remove
Deprecated. -
indexOf
Deprecated. -
lastIndexOf
Deprecated.- Specified by:
lastIndexOf
in interfaceList<E>
-
listIterator
Deprecated.- Specified by:
listIterator
in interfaceList<E>
-
listIterator
Deprecated.- Specified by:
listIterator
in interfaceList<E>
-
subList
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-