public class ExtensionOccurrence extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
count
Number of occurrences
|
| Modifier | Constructor and Description |
|---|---|
protected |
ExtensionOccurrence(String extension)
Create occurrence for given extension
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCount()
Get number of occurrences
|
String |
getExtension()
Get extension
|
int |
hashCode() |
String |
toString() |
protected ExtensionOccurrence(String extension)
extension - must be non-nullpublic int getCount()
public String getExtension()
Copyright © 2011-2018. All Rights Reserved.