Package net.raphimc.audiomixer.processor
Class Processors
java.lang.Object
net.raphimc.audiomixer.processor.Processor
net.raphimc.audiomixer.processor.Processors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends Processor> c) booleanaddAll(Collection<? extends Processor> c) voidclear()booleanbooleancontainsAll(Collection<?> c) voidget(int index) <T extends Processor>
TintbooleanisEmpty()iterator()intlistIterator(int index) voidprocessInternal(AudioBuffer buffer) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanvoidreplaceAll(UnaryOperator<Processor> operator) booleanretainAll(Collection<?> c) intsize()voidsort(Comparator<? super Processor> c) stream()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(IntFunction<T[]> generator) <T> T[]toArray(T[] a) Methods inherited from class net.raphimc.audiomixer.processor.Processor
automations, isEnabled, process, setEnabled
-
Constructor Details
-
Processors
public Processors()
-
-
Method Details
-
processInternal
- Specified by:
processInternalin classProcessor
-
getFirst
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
toArray
- Specified by:
toArrayin interfaceCollection<Processor>
-
forEach
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<Processor>- Specified by:
containsAllin interfaceList<Processor>
-
addAll
-
addAll
-
removeAll
-
removeIf
- Specified by:
removeIfin interfaceCollection<Processor>
-
retainAll
-
replaceAll
- Specified by:
replaceAllin interfaceList<Processor>
-
sort
-
clear
public void clear() -
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<Processor>
-
listIterator
- Specified by:
listIteratorin interfaceList<Processor>
-
listIterator
- Specified by:
listIteratorin interfaceList<Processor>
-
subList
-
spliterator
- Specified by:
spliteratorin interfaceCollection<Processor>- Specified by:
spliteratorin interfaceIterable<Processor>- Specified by:
spliteratorin interfaceList<Processor>
-
stream
- Specified by:
streamin interfaceCollection<Processor>
-
parallelStream
- Specified by:
parallelStreamin interfaceCollection<Processor>
-