Package redis.clients.jedis.resps
Class LCSMatchResult.MatchedPosition
- java.lang.Object
-
- redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
-
- Enclosing class:
- LCSMatchResult
public static class LCSMatchResult.MatchedPosition extends java.lang.ObjectMatchedPosition compatibility stub.
-
-
Constructor Summary
Constructors Constructor Description MatchedPosition(LCSMatchResult.Position a, LCSMatchResult.Position b, long matchLen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LCSMatchResult.PositiongetA()LCSMatchResult.PositiongetB()longgetMatchLen()java.lang.StringtoString()
-
-
-
Constructor Detail
-
MatchedPosition
public MatchedPosition(LCSMatchResult.Position a, LCSMatchResult.Position b, long matchLen)
-
-
Method Detail
-
getA
public LCSMatchResult.Position getA()
-
getB
public LCSMatchResult.Position getB()
-
getMatchLen
public long getMatchLen()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-