Skip to content

Commit

Permalink
Implementation javadoc on AbstractThreadSafeRandomSampling
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Sep 2, 2022
1 parent 69ba1b6 commit 7751730
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
/**
* This class provides a skeletal implementation of the thread-safe variant of the {@link RandomSampling} interface to
* minimize the effort required to implement that interface.
* <p>
* This class requires the implementation of 2 methods:
* <ul>
* <li>{@link #skipLength(long, int, Random)}</li>
* <li>{@link #init(int, Random)}</li>
* </ul>
*
* @param <T> the item type
* @author Giorgos Stamatelatos
Expand Down

0 comments on commit 7751730

Please sign in to comment.