Class MappedList<KeyType,DataType>
java.lang.Object
de.s42.base.collections.MappedList<KeyType,DataType>
- Type Parameters:
KeyType-DataType-
- Author:
- Benjamin Schiller
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddAll(MappedList<KeyType, DataType> other) voidclear()booleanbooleancontainsData(DataType data) booleanget(int index) inthashCode()booleanisEmpty()keys()list()map()booleanbooleanremoveByData(DataType value) intsize()Object[]toArray()values()
-
Field Details
-
list
-
set
-
map
-
-
Constructor Details
-
MappedList
public MappedList()
-
-
Method Details
-
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
-