public class ProcessList extends java.util.ArrayList<ProcessInfo>
| Constructor and Description |
|---|
ProcessList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp() |
int |
hashCode() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic ProcessList()
throws java.io.IOException
java.io.IOExceptionpublic long getTimestamp()
public int hashCode()
hashCode in interface java.util.Collection<ProcessInfo>hashCode in interface java.util.List<ProcessInfo>hashCode in class java.util.AbstractList<ProcessInfo>public boolean equals(java.lang.Object obj)
equals in interface java.util.Collection<ProcessInfo>equals in interface java.util.List<ProcessInfo>equals in class java.util.AbstractList<ProcessInfo>