cursor-iterator icon indicating copy to clipboard operation
cursor-iterator copied to clipboard

Results 4 cursor-iterator issues
Sort by recently updated
recently updated
newest added

Bumps logback-classic from 1.1.8 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.8&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [guava](https://github.com/google/guava) from 28.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

List entities = dao.getByCursor(start, limit + 1); return entities.isEmpty() ? entities : entities.subList(1, entities.size()); 为啥不能(start+1,limit)? 求大佬解释一下; 是考虑Next-key Lock原因吗?

https://github.com/PhantomThief/cursor-iterator/blob/31f1a804b849b6d44cdc03c217ca71f2dca83bf1/src/main/java/com/github/phantomthief/util/PageScroller.java#L40