com.croftsoft.core.util.filemap
Class FileMapEntry

java.lang.Object
  extended by 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

Constructor Summary
FileMapEntry(File rootDirectory, String filename)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMapEntry

public FileMapEntry(File rootDirectory,
                    String filename)
Method Detail

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 Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)