Searched defs:rotateLeft (Results 1 – 8 of 8) sorted by relevance
1509 public static int rotateLeft(int i, int distance) { in rotateLeft() method in Integer
1504 public static long rotateLeft(long i, int distance) { in rotateLeft() method in Long
115 public static long rotateLeft(long i, int distance) { throw new RuntimeException("Stub!"); } in rotateLeft() method in Long
116 public static int rotateLeft(int i, int distance) { throw new RuntimeException("Stub!"); } in rotateLeft() method in Integer
221 public static long rotateLeft(long i, int distance) { in rotateLeft() method in Long
221 public static int rotateLeft(int i, int distance) { in rotateLeft() method in Integer
603 static <K, V> java.util.HashMap.TreeNode<K, V> rotateLeft( in rotateLeft() method in HashMap.TreeNode
2251 private void rotateLeft(TreeMapEntry<K,V> p) { in rotateLeft() method in TreeMap