| Package | Description |
|---|---|
| redis.clients.jedis.resps |
This package contains custom responses of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LCSMatchResult.MatchedPosition> |
LCSMatchResult.getMatches() |
| Constructor and Description |
|---|
LCSMatchResult(java.util.List<LCSMatchResult.MatchedPosition> matches,
long len) |
LCSMatchResult(java.lang.String matchString,
java.util.List<LCSMatchResult.MatchedPosition> matches,
long len)
Creates new
LCSMatchResult. |
Copyright © 2025. All rights reserved.