Searched defs:rotateRight (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DInteger.java677 public static int rotateRight(int i, int distance) { method in class:Integer
H A DLong.java695 public static long rotateRight(long v, int distance) { method in class:Long
/libcore/luni/src/main/java/java/util/
H A DTreeMap.java478 rotateRight(right); // AVL right left
493 rotateRight(node); // AVL left left
497 rotateRight(node);
550 private void rotateRight(Node<K, V> root) { method in class:TreeMap
/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java2236 static <K,V> TreeNode<K,V> rotateRight(TreeNode<K,V> root, method in class:ConcurrentHashMap.TreeBin
2280 root = rotateRight(root, xpp);
2294 root = rotateRight(root, x = xp);
2343 root = rotateRight(root, xpr);
2364 root = rotateRight(root, xp);
2392 root = rotateRight(root, xp);

Completed in 79 milliseconds