Package redis.clients.jedis.resps
Class LCSMatchResult.MatchedPosition
java.lang.Object
redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
- Enclosing class:
LCSMatchResult
Match position in each string.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LCSMatchResult.Positionprivate final LCSMatchResult.Positionprivate final long -
Constructor Summary
ConstructorsConstructorDescriptionMatchedPosition(LCSMatchResult.Position a, LCSMatchResult.Position b, long matchLen) -
Method Summary
-
Field Details
-
a
-
b
-
matchLen
private final long matchLen
-
-
Constructor Details
-
MatchedPosition
-
-
Method Details
-
getA
-
getB
-
getMatchLen
public long getMatchLen()
-