|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.ppr.Occurence
public class Occurence
PPR1 Class for objects in arrayList cz.zcu.fav.kiv.ppr Occurence.java
Constructor Summary | |
---|---|
Occurence(int line,
int pos)
Constructor of the class Occurence.java |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
compareTo Compare to line and then to position |
int |
getLine()
Getters |
int |
getPosition()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Occurence(int line, int pos)
line
- pos
- Method Detail |
---|
public int getLine()
IOccurence
getLine
in interface IOccurence
public int getPosition()
getPosition
in interface IOccurence
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |