Uses of Interface
net.binis.codegen.collection.CodeList
Packages that use CodeList
-
Uses of CodeList in net.binis.codegen.collection
Classes in net.binis.codegen.collection that implement CodeListMethods in net.binis.codegen.collection that return CodeListModifier and TypeMethodDescriptionCodeListImpl._if(boolean condition, BiConsumer<CodeList<T, R>, R> consumer, BiConsumer<CodeList<T, R>, R> elseConsumer) CodeListImpl._if(boolean condition, Consumer<CodeList<T, R>> consumer, Consumer<CodeList<T, R>> elseConsumer) CodeList.addAll(int index, Collection<? extends T> collection) CodeList.addAll(Collection<? extends T> collection) CodeListImpl.addAll(int index, Collection<? extends T> collection) CodeListImpl.addAll(Collection<? extends T> collection) CodeList.clear()CodeListImpl.clear()CodeList.remove(int index) CodeListImpl.remove(int index) CodeList.removeAll(Collection<?> collection) CodeListImpl.removeAll(Collection<?> collection) CodeList.removeFirst()CodeListImpl.removeFirst()CodeList.removeLast()CodeListImpl.removeLast()CodeList.replaceAll(UnaryOperator<T> operator) CodeListImpl.replaceAll(UnaryOperator<T> operator) CodeList.retainAll(Collection<?> collection) CodeListImpl.retainAll(Collection<?> collection) CodeList.sort(Comparator<? super T> c) CodeListImpl.sort(Comparator<? super T> c) Method parameters in net.binis.codegen.collection with type arguments of type CodeList