public class SmileUtil
extends java.lang.Object
| Constructor | Description |
|---|---|
SmileUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
zigzagDecode(int encoded) |
|
static long |
zigzagDecode(long encoded) |
|
static int |
zigzagEncode(int input) |
|
static long |
zigzagEncode(long input) |