Uses of Class
redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
Packages that use LCSMatchResult.MatchedPosition
Package
Description
This package contains custom responses of core Redis commands.
-
Uses of LCSMatchResult.MatchedPosition in redis.clients.jedis.resps
Fields in redis.clients.jedis.resps with type parameters of type LCSMatchResult.MatchedPositionModifier and TypeFieldDescriptionprivate List<LCSMatchResult.MatchedPosition> LCSMatchResult.matchesMethods in redis.clients.jedis.resps that return types with arguments of type LCSMatchResult.MatchedPositionConstructor parameters in redis.clients.jedis.resps with type arguments of type LCSMatchResult.MatchedPositionModifierConstructorDescriptionLCSMatchResult(String matchString, List<LCSMatchResult.MatchedPosition> matches, long len) Creates newLCSMatchResult.LCSMatchResult(List<LCSMatchResult.MatchedPosition> matches, long len)