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 TypeMethodDescriptionvoidDeprecated.booleanDeprecated.booleanaddAll(int index, Collection<? extends E> c) Deprecated.booleanaddAll(Collection<? extends E> c) Deprecated.voidclear()Deprecated.booleanDeprecated.booleancontainsAll(Collection<?> c) Deprecated.booleanDeprecated.get(int index) Deprecated.inthashCode()Deprecated.intDeprecated.booleanisEmpty()Deprecated.iterator()Deprecated.intDeprecated.Deprecated.listIterator(int index) Deprecated.remove(int index) Deprecated.booleanDeprecated.booleanremoveAll(Collection<?> c) Deprecated.booleanretainAll(Collection<?> c) Deprecated.Deprecated.intsize()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, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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:
containsAllin interfaceCollection<E>- Specified by:
containsAllin 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:
lastIndexOfin interfaceList<E>
-
listIterator
Deprecated.- Specified by:
listIteratorin interfaceList<E>
-
listIterator
Deprecated.- Specified by:
listIteratorin interfaceList<E>
-
subList
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-