Package redis.clients.jedis.resps
Class LCSMatchResult.Position
- java.lang.Object
-
- redis.clients.jedis.resps.LCSMatchResult.Position
-
- Enclosing class:
- LCSMatchResult
public static class LCSMatchResult.Position extends java.lang.ObjectPosition compatibility stub.
-
-
Constructor Summary
Constructors Constructor Description Position(long start, long end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEnd()longgetStart()java.lang.StringtoString()
-