Formatting
This commit is contained in:
parent
908ab2969b
commit
82b8abd828
@ -34,7 +34,7 @@ import sun.misc.Unsafe;
|
||||
* <p>Space: space is used in proportion to the largest element, as opposed to
|
||||
* the number of elements (as is the case with hash-table based Set
|
||||
* implementations). Space is approximately (largest_element/8 + 64) bytes.
|
||||
*
|
||||
* <p>
|
||||
* The implementation is a simple bit-vector using CAS for update.
|
||||
*
|
||||
* @since 1.5
|
||||
|
Loading…
Reference in New Issue
Block a user