Package de.svws_nrw.core.adt.map
Klasse AVLMapSubCollection<K,V>
java.lang.Object
de.svws_nrw.core.adt.map.AVLMapSubCollection<K,V>
- Typparameter:
K
- Der Typ der Schlüssel-Werte.V
- Der Typ der zugeordneten Werte.
- Alle implementierten Schnittstellen:
Iterable<V>
,Collection<V>
Diese Klasse implementiert eine Sub-Collection für die
Alle Methodenaufrufe werden an die
AVLMapSubMap
. Alle Methodenaufrufe werden an die
AVLMapSubMap
delegiert. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
boolean
addAll
(@NotNull Collection<? extends V> c) void
clear()
boolean
boolean
containsAll
(@NotNull Collection<?> c) boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(@NotNull Collection<?> c) boolean
retainAll
(@NotNull Collection<?> c) int
size()
@NotNull Object[]
toArray()
<T> T[]
toArray
(T[] a) @NotNull String
toString()
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Methodendetails
-
toString
-
size
public int size()- Angegeben von:
size
in SchnittstelleCollection<K>
-
isEmpty
public boolean isEmpty()- Angegeben von:
isEmpty
in SchnittstelleCollection<K>
-
contains
- Angegeben von:
contains
in SchnittstelleCollection<K>
-
iterator
-
toArray
- Angegeben von:
toArray
in SchnittstelleCollection<K>
-
toArray
@NotNull public <T> T[] toArray(@NotNull T[] a) - Angegeben von:
toArray
in SchnittstelleCollection<K>
-
add
- Angegeben von:
add
in SchnittstelleCollection<K>
-
remove
- Angegeben von:
remove
in SchnittstelleCollection<K>
-
containsAll
- Angegeben von:
containsAll
in SchnittstelleCollection<K>
-
addAll
- Angegeben von:
addAll
in SchnittstelleCollection<K>
-
removeAll
- Angegeben von:
removeAll
in SchnittstelleCollection<K>
-
retainAll
- Angegeben von:
retainAll
in SchnittstelleCollection<K>
-
clear
public void clear()- Angegeben von:
clear
in SchnittstelleCollection<K>
-