public class MutationHistory<T extends MutationHistoryEntry> extends Object implements Iterable<T>, Serializable
| Constructor and Description |
|---|
MutationHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMutationEntry(T entry) |
void |
clear() |
List<T> |
getMutations() |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
void |
set(MutationHistory<T> other) |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void clear()
public void addMutationEntry(T entry)
public Iterator<T> iterator()
iterator in interface Iterable<T extends MutationHistoryEntry>public int size()
public boolean isEmpty()
public void set(MutationHistory<T> other)
Copyright © 2010–2017 EvoSuite. All rights reserved.