org.neuroph.easyneurons.file
Class FileObserver

java.lang.Object
  extended by java.util.jar.Attributes
      extended by org.neuroph.easyneurons.file.FileObserver
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class FileObserver
extends java.util.jar.Attributes


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.jar.Attributes
java.util.jar.Attributes.Name
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class java.util.jar.Attributes
map
 
Constructor Summary
FileObserver()
           
 
Method Summary
 java.lang.Object put(java.lang.Object name, java.lang.Object value)
           
 
Methods inherited from class java.util.jar.Attributes
clear, clone, containsKey, containsValue, entrySet, equals, get, getValue, getValue, hashCode, isEmpty, keySet, putAll, putValue, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileObserver

public FileObserver()
Method Detail

put

public java.lang.Object put(java.lang.Object name,
                            java.lang.Object value)
Specified by:
put in interface java.util.Map<java.lang.Object,java.lang.Object>
Overrides:
put in class java.util.jar.Attributes