public class FileTypeAssocTable<T>
extends java.lang.Object
Constructor and Description |
---|
FileTypeAssocTable() |
Modifier and Type | Method and Description |
---|---|
void |
addAssociation(FileNameMatcher matcher,
T type) |
FileTypeAssocTable<T> |
copy() |
boolean |
equals(java.lang.Object o) |
T |
findAssociatedFileType(java.lang.CharSequence fileName) |
java.util.List<FileNameMatcher> |
getAssociations(T type) |
int |
hashCode() |
public void addAssociation(FileNameMatcher matcher, T type)
public T findAssociatedFileType(java.lang.CharSequence fileName)
public FileTypeAssocTable<T> copy()
public java.util.List<FileNameMatcher> getAssociations(T type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object