NO-JIRA fixing javadoc for release
This commit is contained in:
parent
f56215efc6
commit
a8bfe0dd42
|
@ -34,7 +34,7 @@ public interface LinkedList<E> {
|
||||||
|
|
||||||
void clearID();
|
void clearID();
|
||||||
|
|
||||||
/** The ID Supplier function needs to return positive IDs (>= 0).
|
/** The ID Supplier function needs to return positive IDs (greater or equal to 0)
|
||||||
* If you spply a negative ID, it will be considered a null value, and
|
* If you spply a negative ID, it will be considered a null value, and
|
||||||
* the value will just be ignored. */
|
* the value will just be ignored. */
|
||||||
void setIDSupplier(ToLongFunction<E> supplier);
|
void setIDSupplier(ToLongFunction<E> supplier);
|
||||||
|
|
Loading…
Reference in New Issue