Package redis.clients.jedis.resps
Class LCSMatchResult
java.lang.Object
redis.clients.jedis.resps.LCSMatchResult
Result for STRALGO LCS command.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMatch position in each string.static classPosition range. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate List<LCSMatchResult.MatchedPosition> private String -
Constructor Summary
ConstructorsConstructorDescriptionLCSMatchResult(long len) LCSMatchResult(String matchString) LCSMatchResult(String matchString, List<LCSMatchResult.MatchedPosition> matches, long len) Creates newLCSMatchResult.LCSMatchResult(List<LCSMatchResult.MatchedPosition> matches, long len) -
Method Summary
-
Field Details
-
matchString
-
matches
-
len
private long len
-
-
Constructor Details
-
LCSMatchResult
-
LCSMatchResult
public LCSMatchResult(long len) -
LCSMatchResult
-
LCSMatchResult
Creates newLCSMatchResult.- Parameters:
matchString-matches-len-
-
-
Method Details
-
getMatchString
-
getMatches
-
getLen
public long getLen()
-