Searched refs:rotateRight (Results 1 – 5 of 5) sorted by relevance
13 public static int rotateRight(int i, int distance) in rotateRight() method in Integers15 return Integer.rotateRight(i, distance); in rotateRight()
845 right = right.rotateRight();852 return rotateRight();875 private AvlNode<E> rotateRight() {
849 right = right.rotateRight();856 return rotateRight();879 private AvlNode<E> rotateRight() {
135 public static int rotateRight(int,int);160 public static long rotateRight(long,int);
198 public static int rotateRight(int,int);224 public static long rotateRight(long,int);