A C D E F G H I M R S T V 
All Classes All Packages

A

AbstractIdentifiable<I> - Class in de.befrish.testdatamt.collection.id
 
AbstractIdentifiable() - Constructor for class de.befrish.testdatamt.collection.id.AbstractIdentifiable
 
AbstractImmutableIdMap<E extends Identifiable<?>> - Class in de.befrish.testdatamt.collection.id.map
 
AbstractImmutableIdMap() - Constructor for class de.befrish.testdatamt.collection.id.map.AbstractImmutableIdMap
 
accumulator() - Method in class de.befrish.testdatamt.collection.id.map.IdMapCollector
 
add(E) - Method in class de.befrish.testdatamt.collection.id.map.AbstractImmutableIdMap
 
add(E) - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Fügt den Wert mit ID als Schlüssel hinzu.
add(E) - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
addAll(IdMap<? extends E>) - Method in class de.befrish.testdatamt.collection.id.map.AbstractImmutableIdMap
 
addAll(IdMap<? extends E>) - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Fügt alle Werte mit ID als Schlüssel hinzu.
addAll(IdMap<? extends E>) - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 

C

characteristics() - Method in class de.befrish.testdatamt.collection.id.map.IdMapCollector
 
combiner() - Method in class de.befrish.testdatamt.collection.id.map.IdMapCollector
 
contains(E) - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
contains(E) - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Prüft, ob ein Element enthalten ist.
contains(E) - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
contains(E) - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
containsId(Object) - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
containsId(Object) - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Prüft, ob ein Element mit der gegebenen ID enthalten ist.
containsId(Object) - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
containsId(Object) - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 

D

de.befrish.testdatamt.collection.id - package de.befrish.testdatamt.collection.id
 
de.befrish.testdatamt.collection.id.map - package de.befrish.testdatamt.collection.id.map
 

E

empty() - Static method in class de.befrish.testdatamt.collection.id.map.IdMaps
 
EmptyIdMap<E extends Identifiable<?>> - Class in de.befrish.testdatamt.collection.id.map
 
EmptyIdMap() - Constructor for class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
equals(Object) - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
equals(Object) - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
equals(Object) - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 

F

finisher() - Method in class de.befrish.testdatamt.collection.id.map.IdMapCollector
 

G

get(Object) - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
get(Object) - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Gibt das Element mit einer ID zurück.
get(Object) - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
get(Object) - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
getId() - Method in interface de.befrish.testdatamt.collection.id.Identifiable
 

H

hashCode() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
hashCode() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
hashCode() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 

I

Identifiable<I> - Interface in de.befrish.testdatamt.collection.id
Object, that has an ID.
IdMap<E extends Identifiable<?>> - Interface in de.befrish.testdatamt.collection.id.map
 
IdMapCollector<E extends Identifiable<?>> - Class in de.befrish.testdatamt.collection.id.map
Collector for IdMap (creates a MutableIdMap).
IdMapCollector() - Constructor for class de.befrish.testdatamt.collection.id.map.IdMapCollector
 
IdMaps - Class in de.befrish.testdatamt.collection.id.map
 
ids() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
ids() - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Gibt die Menge aller IDs von den enthaltenen Elementen zurück.
ids() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
ids() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
immutable(IdMap<? extends E>) - Static method in class de.befrish.testdatamt.collection.id.map.IdMaps
 
immutable(E...) - Static method in class de.befrish.testdatamt.collection.id.map.IdMaps
 
immutable(Collection<? extends E>) - Static method in class de.befrish.testdatamt.collection.id.map.IdMaps
 
ImmutableIdMap<E extends Identifiable<?>> - Class in de.befrish.testdatamt.collection.id.map
 
isEmpty() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
isEmpty() - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Prüft, ob die IdMap leer ist.
isEmpty() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
isEmpty() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
iterator() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
iterator() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
iterator() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 

M

MutableIdMap<E extends Identifiable<?>> - Class in de.befrish.testdatamt.collection.id.map
 
MutableIdMap() - Constructor for class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
MutableIdMap(E...) - Constructor for class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
MutableIdMap(Iterable<? extends E>) - Constructor for class de.befrish.testdatamt.collection.id.map.MutableIdMap
 

R

remove(Object) - Method in class de.befrish.testdatamt.collection.id.map.AbstractImmutableIdMap
 
remove(Object) - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Entfernt den Wert mit der gegebenen ID aus dem IdMap.
remove(Object) - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
removeAll(Collection<?>) - Method in class de.befrish.testdatamt.collection.id.map.AbstractImmutableIdMap
 
removeAll(Collection<?>) - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Entfernt alle Werte anhand deren IDs aus dem IdMap.
removeAll(Collection<?>) - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 

S

size() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
size() - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Gibt die Anzahl der enthaltenen Elemente zurück.
size() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
size() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
stream() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
stream() - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Gibt einen sequentiellen Stream zurück, welche als Quelle die IdMap hat.
stream() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
stream() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
supplier() - Method in class de.befrish.testdatamt.collection.id.map.IdMapCollector
 

T

toIdMap() - Static method in class de.befrish.testdatamt.collection.id.map.IdMapCollector
 
toString() - Method in class de.befrish.testdatamt.collection.id.AbstractIdentifiable
 
toString() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
toString() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
toString() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
traverseValues(Consumer<E>) - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Verarbeitet die einzelnen Elemente der IdMap.

V

values() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
values() - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Gibt alle enthaltenen Elemente zurück.
values() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
values() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
valuesWithIds() - Method in class de.befrish.testdatamt.collection.id.map.EmptyIdMap
 
valuesWithIds() - Method in interface de.befrish.testdatamt.collection.id.map.IdMap
Gibt alle enthaltenen Elemente mit ihren IDs als Map zurück.
valuesWithIds() - Method in class de.befrish.testdatamt.collection.id.map.ImmutableIdMap
 
valuesWithIds() - Method in class de.befrish.testdatamt.collection.id.map.MutableIdMap
 
A C D E F G H I M R S T V 
All Classes All Packages