public class NodeList<T> extends AbstractList<Node<T>>
modCount| Constructor and Description |
|---|
NodeList(Graph<T> graph,
List<Integer> nodeIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Node<T> node) |
boolean |
add(Node<T> node) |
boolean |
addAll(Collection<? extends Node<T>> collection) |
boolean |
addAll(int i,
Collection<? extends Node<T>> collection) |
Node<T> |
get(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> collection) |
Node<T> |
set(int index,
Node<T> edge) |
int |
size() |
clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListcontains, containsAll, isEmpty, retainAll, toArray, toArray, toStringpublic boolean addAll(Collection<? extends Node<T>> collection)
public boolean addAll(int i,
Collection<? extends Node<T>> collection)
public boolean remove(Object o)
public boolean removeAll(Collection<?> collection)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.