java.lang.Object
de.s42.base.collections.MappedList<KeyType,DataType>
- Typparameter:
KeyType-DataType-
- Autor:
- Benjamin Schiller
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidvoidaddAll(MappedList<KeyType, DataType> other) voidclear()booleanbooleancontainsData(DataType data) booleanget(int index) inthashCode()booleanisEmpty()keys()list()map()booleanbooleanremoveByData(DataType value) intsize()Object[]toArray()values()
-
Felddetails
-
list
-
set
-
map
-
-
Konstruktordetails
-
MappedList
public MappedList()
-
-
Methodendetails
-
size
public int size() -
isEmpty
public boolean isEmpty() -
clear
public void clear() -
addAll
-
add
-
remove
-
removeByData
-
get
-
get
-
contains
-
containsData
-
toArray
-
keys
-
values
-
list
-
map
-
hashCode
-
equals
-