java.lang.Object
de.s42.base.collections.MappedList<KeyType,DataType>
- Typparameter:
KeyType
-DataType
-
- Autor:
- Benjamin Schiller
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
void
addAll
(MappedList<KeyType, DataType> other) void
clear()
boolean
boolean
containsData
(DataType data) boolean
get
(int index) int
hashCode()
boolean
isEmpty()
keys()
list()
map()
boolean
boolean
removeByData
(DataType value) int
size()
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
-