Searched defs:rotateLeft (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | Integer.java | 1509 public static int rotateLeft(int i, int distance) { in rotateLeft() method in Integer
|
D | Long.java | 1504 public static long rotateLeft(long i, int distance) { in rotateLeft() method in Long
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Long.annotated.java | 115 public static long rotateLeft(long i, int distance) { throw new RuntimeException("Stub!"); } in rotateLeft() method in Long
|
D | Integer.annotated.java | 116 public static int rotateLeft(int i, int distance) { throw new RuntimeException("Stub!"); } in rotateLeft() method in Integer
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Long.java | 221 public static long rotateLeft(long i, int distance) { in rotateLeft() method in Long
|
D | Integer.java | 221 public static int rotateLeft(int i, int distance) { in rotateLeft() method in Integer
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | HashMap.java | 603 static <K, V> java.util.HashMap.TreeNode<K, V> rotateLeft( in rotateLeft() method in HashMap.TreeNode
|
/libcore/ojluni/src/main/java/java/util/ |
D | HashMap.java | 2182 static <K,V> TreeNode<K,V> rotateLeft(TreeNode<K,V> root, in rotateLeft() method in HashMap.TreeNode
|
D | TreeMap.java | 2251 private void rotateLeft(TreeMapEntry<K,V> p) { in rotateLeft() method in TreeMap
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 3097 static <K,V> TreeNode<K,V> rotateLeft(TreeNode<K,V> root, in rotateLeft() method in ConcurrentHashMap.TreeBin
|