Home
last modified time | relevance | path

Searched defs:rotateLeft (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DInteger.java1502 public static int rotateLeft(int i, int distance) { in rotateLeft() method in Integer
DLong.java1500 public static long rotateLeft(long i, int distance) { in rotateLeft() method in Long
/libcore/ojluni/src/main/java/java/util/
DHashMap.java2182 static <K,V> TreeNode<K,V> rotateLeft(TreeNode<K,V> root, in rotateLeft() method in HashMap.TreeNode
DTreeMap.java2277 private void rotateLeft(TreeMapEntry<K,V> p) { in rotateLeft() method in TreeMap
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java3095 static <K,V> TreeNode<K,V> rotateLeft(TreeNode<K,V> root, in rotateLeft() method in ConcurrentHashMap.TreeBin