Package foundry.veil.api.glsl.node
Class GlslNodeList
java.lang.Object
foundry.veil.api.glsl.node.GlslNodeList
- All Implemented Interfaces:
Iterable<GlslNode>
,Collection<GlslNode>
,List<GlslNode>
,SequencedCollection<GlslNode>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
add
(GlslInjectionPoint point, GlslNode element) boolean
boolean
addAll
(int index, @NotNull Collection<? extends GlslNode> c) void
addAll
(GlslInjectionPoint point, Collection<GlslNode> nodes) boolean
addAll
(@NotNull Collection<? extends GlslNode> c) void
void
void
clear()
boolean
boolean
containsAll
(@NotNull Collection<?> c) boolean
get
(int index) int
hashCode()
int
boolean
isEmpty()
iterator()
int
@NotNull ListIterator
<GlslNode> @NotNull ListIterator
<GlslNode> listIterator
(int index) remove
(int index) boolean
boolean
removeAll
(@NotNull Collection<?> c) void
replaceAll
(@NotNull UnaryOperator<GlslNode> operator) boolean
retainAll
(@NotNull Collection<?> c) int
size()
void
sort
(@Nullable Comparator<? super GlslNode> c) @NotNull Spliterator
<GlslNode> subList
(int fromIndex, int toIndex) @NotNull Object[]
toArray()
<T> T[]
toArray
(T[] a) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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> T[] toArray(@NotNull T[] a) -
add
-
add
-
add
-
remove
-
containsAll
- Specified by:
containsAll
in interfaceCollection<GlslNode>
- Specified by:
containsAll
in interfaceList<GlslNode>
-
addAll
-
addAll
-
addAll
-
removeAll
-
retainAll
-
replaceAll
- Specified by:
replaceAll
in interfaceList<GlslNode>
-
sort
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
get
-
set
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<GlslNode>
-
listIterator
- Specified by:
listIterator
in interfaceList<GlslNode>
-
listIterator
- Specified by:
listIterator
in interfaceList<GlslNode>
-
subList
-
spliterator
- Specified by:
spliterator
in interfaceCollection<GlslNode>
- Specified by:
spliterator
in interfaceIterable<GlslNode>
- Specified by:
spliterator
in interfaceList<GlslNode>
-
addFirst
-
addLast
-
removeFirst
- Specified by:
removeFirst
in interfaceList<GlslNode>
- Specified by:
removeFirst
in interfaceSequencedCollection<GlslNode>
-
removeLast
- Specified by:
removeLast
in interfaceList<GlslNode>
- Specified by:
removeLast
in interfaceSequencedCollection<GlslNode>
-
toString
-