jdk/src/share/classes/java/util/UUID.java
changeset 21334 c60dfce46a77
parent 19074 84a8d23e8f32
child 23010 6dadb192ad81
equal deleted inserted replaced
21333:e940100a7176 21334:c60dfce46a77
   231     /**
   231     /**
   232      * The version number associated with this {@code UUID}.  The version
   232      * The version number associated with this {@code UUID}.  The version
   233      * number describes how this {@code UUID} was generated.
   233      * number describes how this {@code UUID} was generated.
   234      *
   234      *
   235      * The version number has the following meaning:
   235      * The version number has the following meaning:
   236      * <p><ul>
   236      * <ul>
   237      * <li>1    Time-based UUID
   237      * <li>1    Time-based UUID
   238      * <li>2    DCE security UUID
   238      * <li>2    DCE security UUID
   239      * <li>3    Name-based UUID
   239      * <li>3    Name-based UUID
   240      * <li>4    Randomly generated UUID
   240      * <li>4    Randomly generated UUID
   241      * </ul>
   241      * </ul>
   250     /**
   250     /**
   251      * The variant number associated with this {@code UUID}.  The variant
   251      * The variant number associated with this {@code UUID}.  The variant
   252      * number describes the layout of the {@code UUID}.
   252      * number describes the layout of the {@code UUID}.
   253      *
   253      *
   254      * The variant number has the following meaning:
   254      * The variant number has the following meaning:
   255      * <p><ul>
   255      * <ul>
   256      * <li>0    Reserved for NCS backward compatibility
   256      * <li>0    Reserved for NCS backward compatibility
   257      * <li>2    <a href="http://www.ietf.org/rfc/rfc4122.txt">IETF&nbsp;RFC&nbsp;4122</a>
   257      * <li>2    <a href="http://www.ietf.org/rfc/rfc4122.txt">IETF&nbsp;RFC&nbsp;4122</a>
   258      * (Leach-Salz), used by this class
   258      * (Leach-Salz), used by this class
   259      * <li>6    Reserved, Microsoft Corporation backward compatibility
   259      * <li>6    Reserved, Microsoft Corporation backward compatibility
   260      * <li>7    Reserved for future definition
   260      * <li>7    Reserved for future definition