Searched defs:reverse (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DStringBuilder.java646 public StringBuilder reverse() { method in class:StringBuilder
H A DInteger.java686 * the integer value for which to reverse the byte order.
701 * the integer value for which to reverse the bit order.
705 public static int reverse(int i) { method in class:Integer
H A DLong.java704 * the long value for which to reverse the byte order.
720 * the long value for which to reverse the bit order.
724 public static long reverse(long v) { method in class:Long
H A DStringBuffer.java691 public synchronized StringBuffer reverse() { method in class:StringBuffer
/libcore/luni/src/main/java/java/util/
H A DCollections.java1717 * the list to reverse.
1722 public static void reverse(List<?> list) { method in class:Collections
1755 * the {@code Comparator} to reverse or {@code null}.
2026 reverse(sublist1);
2027 reverse(sublist2);
2028 reverse(list);
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 98 milliseconds