/[gzz]/gzz/gzz/vob/impl/DefaultVobMatcher.java
ViewVC logotype

Diff of /gzz/gzz/vob/impl/DefaultVobMatcher.java

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

revision 1.8 by tjl, Mon Jan 6 11:51:59 2003 UTC revision 1.9 by tjl, Wed Feb 12 17:22:51 2003 UTC
# Line 37  public class DefaultVobMatcher implement Line 37  public class DefaultVobMatcher implement
37      Key[] keyByCs = new Key[INITIAL_SIZE];      Key[] keyByCs = new Key[INITIAL_SIZE];
38      Map csByKey = new HashMap();      Map csByKey = new HashMap();
39    
     Map keymap;  
   
40      int maxcs = 0;      int maxcs = 0;
41    
42      class Key {      class Key {
# Line 129  public class DefaultVobMatcher implement Line 127  public class DefaultVobMatcher implement
127          }          }
128      }      }
129    
     /** Map a key to a key of the other interpolating  
      * vobmatcher.  
      */  
     private Object mapkey(Object o) {  
         if(keymap == null) return o;  
         Object n = keymap.get(o);  
         if(n != null) return n;  
         return o;  
     }  
   
130      public void keymapSingleCoordsys(int mine, int other) {      public void keymapSingleCoordsys(int mine, int other) {
131          keyByCs[mine].interpolateTo = other;          keyByCs[mine].interpolateTo = other;
132      }      }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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