public static class SystemObjekt.PidComparator extends java.lang.Object implements java.util.Comparator<SystemObjekt>
Constructor and Description |
---|
PidComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(SystemObjekt o1,
SystemObjekt o2)
vergleicht zwei Systemobjekte bezüglich ihrer PID.
|
public int compare(SystemObjekt o1, SystemObjekt o2)
compare
in interface java.util.Comparator<SystemObjekt>
o1
- erstes Objekto2
- zweites ObjektComparator.compare(java.lang.Object, java.lang.Object)