Package net.binis.codegen.collection
Interface CodeList<T,R>
- All Superinterfaces:
BaseModifier<CodeList<T,R>, R>
- All Known Implementing Classes:
CodeListImpl
-
Method Summary
Modifier and TypeMethodDescriptionaddAll(int index, Collection<? extends T> collection) addAll(Collection<? extends T> collection) clear()remove(int index) removeAll(Collection<?> collection) replaceAll(UnaryOperator<T> operator) retainAll(Collection<?> collection) sort(Comparator<? super T> c)
-
Method Details
-
add
-
add
-
addAll
-
addAll
-
remove
-
remove
-
removeAll
-
retainAll
-
replaceAll
-
sort
-
clear
-
set
-
addFirst
-
removeFirst
-
removeLast
-