com.croftsoft.core.util.filemap
Class FileMapEntry
java.lang.Object
com.croftsoft.core.util.filemap.FileMapEntry
- All Implemented Interfaces:
- Map.Entry
public class FileMapEntry
- extends Object
- implements Map.Entry
This Map.Entry is required for the AbstractMap implementation of
FileMap.
- Version:
- 1999-04-03
- See Also:
FileMapEntryIterator,
FileMapEntrySet,
Map.Entry- Author:
- David Wallace Croft
FileMapEntry
public FileMapEntry(File rootDirectory,
String filename)
equals
public boolean equals(Object o)
- Specified by:
equals in interface Map.Entry- Overrides:
equals in class Object
getKey
public Object getKey()
- Specified by:
getKey in interface Map.Entry
getValue
public Object getValue()
- Specified by:
getValue in interface Map.Entry
hashCode
public int hashCode()
- Specified by:
hashCode in interface Map.Entry- Overrides:
hashCode in class Object
setValue
public Object setValue(Object value)
- Specified by:
setValue in interface Map.Entry
CroftSoft Core Javadoc (2008-09-28 20:58:02)