[jboss-cvs] JBossCache/src/org/jboss/cache/util ...

Manik Surtani msurtani at jboss.com
Wed Jan 3 11:42:34 EST 2007


  User: msurtani
  Date: 07/01/03 11:42:34

  Modified:    src/org/jboss/cache/util  MapCopy.java
  Log:
  Added javadoc
  
  Revision  Changes    Path
  1.7       +3 -0      JBossCache/src/org/jboss/cache/util/MapCopy.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MapCopy.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/util/MapCopy.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- MapCopy.java	30 Dec 2006 19:48:49 -0000	1.6
  +++ MapCopy.java	3 Jan 2007 16:42:34 -0000	1.7
  @@ -11,6 +11,9 @@
   /**
    * Contains a fixed array of read-only map entries, from a copy of an existing map.
    * This class is more lightweight for places where the copied map will just be iterated over.
  + * <p/>
  + * This map is strictly read-only, and map modification methods (as well as modifications over iterators) will throw
  + * {@link UnsupportedOperationException}s.
    */
   public class MapCopy<K, V> extends AbstractMap implements Serializable
   {
  
  
  



More information about the jboss-cvs-commits mailing list