Class GlslNodeList
java.lang.Object
io.github.ocelot.glslprocessor.api.node.GlslNodeList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidadd(GlslInjectionPoint point, GlslNode element) booleanbooleanaddAll(int index, @NotNull Collection<? extends GlslNode> c) booleanaddAll(@NotNull Collection<? extends GlslNode> c) voidaddAll(GlslInjectionPoint point, Collection<GlslNode> nodes) voidclear()booleanbooleancontainsAll(@NotNull Collection<?> c) booleanget(int index) inthashCode()intbooleanisEmpty()iterator()int@NotNull ListIterator<GlslNode>@NotNull ListIterator<GlslNode>listIterator(int index) remove(int index) booleanbooleanremoveAll(@NotNull Collection<?> c) voidreplaceAll(@NotNull UnaryOperator<GlslNode> operator) booleanretainAll(@NotNull Collection<?> c) intsize()voidsort(@Nullable Comparator<? super GlslNode> c) @NotNull Spliterator<GlslNode>subList(int fromIndex, int toIndex) @NotNull Object[]toArray()<T> @NotNull T[]toArray(@NotNull T[] a) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
GlslNodeList
public GlslNodeList() -
GlslNodeList
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
@NotNull public <T> @NotNull T[] toArray(@NotNull @NotNull T[] a) -
add
-
add
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<GlslNode>- Specified by:
containsAllin interfaceList<GlslNode>
-
addAll
-
addAll
-
addAll
-
removeAll
-
retainAll
-
replaceAll
- Specified by:
replaceAllin interfaceList<GlslNode>
-
sort
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
get
-
set
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<GlslNode>
-
listIterator
- Specified by:
listIteratorin interfaceList<GlslNode>
-
listIterator
- Specified by:
listIteratorin interfaceList<GlslNode>
-
subList
-
spliterator
- Specified by:
spliteratorin interfaceCollection<GlslNode>- Specified by:
spliteratorin interfaceIterable<GlslNode>- Specified by:
spliteratorin interfaceList<GlslNode>
-
toString
-