|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gitective.core.filter.tree.ExtensionOccurrence
public class ExtensionOccurrence
Class representing the occurrences of a file extension
| Field Summary | |
|---|---|
protected int |
count
Number of occurrences |
| Constructor Summary | |
|---|---|
protected |
ExtensionOccurrence(String extension)
Create occurrence for given extension |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getCount()
Get number of occurrences |
String |
getExtension()
Get extension |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int count
| Constructor Detail |
|---|
protected ExtensionOccurrence(String extension)
extension - must be non-null| Method Detail |
|---|
public int getCount()
public String getExtension()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||