/[gzz]/gzz/gzz/index/impl/EnfiladeOverlapIndex.java
ViewVC logotype

Diff of /gzz/gzz/index/impl/EnfiladeOverlapIndex.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Mon Sep 16 10:09:03 2002 UTC revision 1.2 by tjl, Mon Sep 16 13:59:00 2002 UTC
# Line 34  public class EnfiladeOverlapIndex implem Line 34  public class EnfiladeOverlapIndex implem
34    
35      private HashMap map = new HashMap();        private HashMap map = new HashMap();  
36      public void set(Object entryName, Object value) {      public void set(Object entryName, Object value) {
37            if(value == null) {
38                map.remove(entryName);
39                return;
40            }
41          if(!(value instanceof Enfilade1DImpl)) return;          if(!(value instanceof Enfilade1DImpl)) return;
42          map.put(entryName, value);          map.put(entryName, value);
43      }      }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26