Searched refs:decodeBase88ToValueTypePairs (Results 1 – 1 of 1) sorted by relevance
103 public static List<List<Integer>> decodeBase88ToValueTypePairs(String str) { in decodeBase88ToValueTypePairs() method in CharacterListCompressor183 List<List<Integer>> pairs = decodeBase88ToValueTypePairs(base88String); in base88DecodeList()