@Deprecated public class GraphSteps extends AbstractList<GraphStep> implements RandomAccess
modCount
Constructor and Description |
---|
GraphSteps(List<GraphStep> steps)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
alreadySucceeded(GraphStep step)
Deprecated.
|
boolean |
alreadyValidated(GraphStep step)
Deprecated.
|
GraphStep |
get(int index)
Deprecated.
|
int |
size()
Deprecated.
|
void |
succeeded(GraphStep step)
Deprecated.
|
void |
validated(GraphStep step)
Deprecated.
|
boolean |
willBeTriedAgain(GraphStep step)
Deprecated.
|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public GraphStep get(int index)
public int size()
size
in interface Collection<GraphStep>
size
in interface List<GraphStep>
size
in class AbstractCollection<GraphStep>
public boolean willBeTriedAgain(GraphStep step)
public void succeeded(GraphStep step)
public boolean alreadySucceeded(GraphStep step)
public void validated(GraphStep step)
public boolean alreadyValidated(GraphStep step)
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.