Class NodeSuccessorList<T extends Node>
java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
jdk.graal.compiler.graph.NodeList<T>
jdk.graal.compiler.graph.NodeSuccessorList<T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,List<T>
,RandomAccess
,SequencedCollection<T>
,NodeIterable<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class jdk.graal.compiler.graph.NodeList
NodeList.SubList<R extends Node>
-
Field Summary
Fields inherited from class jdk.graal.compiler.graph.NodeList
initialSize, nodes, self
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NodeSuccessorList
(Node self) NodeSuccessorList
(Node self, int initialSize) NodeSuccessorList
(Node self, List<? extends T> elements) NodeSuccessorList
(Node self, T[] elements) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Methods inherited from class jdk.graal.compiler.graph.NodeList
add, addAll, clear, contains, contains, containsAll, count, equals, first, get, incModCount, indexOf, initialize, isEmpty, isNotEmpty, iterator, last, remove, remove, set, size, snapshot, snapshotTo, stream, subList, toArray, toArray, toString, trim
Methods inherited from class java.util.AbstractList
add, addAll, hashCode, lastIndexOf, listIterator, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
removeAll, retainAll
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, toArray
Methods inherited from interface java.util.List
addFirst, addLast, getFirst, getLast, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator
Methods inherited from interface jdk.graal.compiler.graph.iterators.NodeIterable
filter, filter
-
Constructor Details
-
NodeSuccessorList
-
NodeSuccessorList
-
NodeSuccessorList
-
NodeSuccessorList
-
-
Method Details
-
update
-
getEdgesType
- Specified by:
getEdgesType
in classNodeList<T extends Node>
-