org.codehaus.jackson.smile
Class SmileUtil
java.lang.Object
org.codehaus.jackson.smile.SmileUtil
public class SmileUtil
- extends Object
Class for miscellaneous helper methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmileUtil
public SmileUtil()
zigzagEncode
public static int zigzagEncode(int input)
zigzagDecode
public static int zigzagDecode(int encoded)
zigzagEncode
public static long zigzagEncode(long input)
zigzagDecode
public static long zigzagDecode(long encoded)