Package | Description |
---|---|
redis.clients.jedis.resps |
Modifier and Type | Method and Description |
---|---|
List<LCSMatchResult.MatchedPosition> |
LCSMatchResult.getMatches() |
Constructor and Description |
---|
LCSMatchResult(List<LCSMatchResult.MatchedPosition> matches,
long len) |
LCSMatchResult(String matchString,
List<LCSMatchResult.MatchedPosition> matches,
long len)
Creates new
LCSMatchResult . |
Copyright © 2024. All rights reserved.