mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Add comments to orEqual()
This commit is contained in:
parent
9496e12861
commit
9af401b205
@ -165,7 +165,11 @@ public class KeySelector {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the {@code or-equal} parameter of this {@code KeySelector}. For internal use.
|
||||
* Returns the orEqual parameter for this {@code KeySelector}. See the
|
||||
* {@link #KeySelector(byte[], boolean, int)} KeySelector constructor}
|
||||
* for more details.
|
||||
*
|
||||
* @return the {@code or-equal} parameter of this {@code KeySelector}.
|
||||
*/
|
||||
public boolean orEqual() {
|
||||
return orEqual;
|
||||
|
Loading…
x
Reference in New Issue
Block a user