Searched defs:flip (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
H A DBuffer.java125 * <li><p> {@link #flip} makes a buffer ready for a new sequence of
161 * b.flip();
168 * b.flip().position(23).limit(42);</pre></blockquote>
362 * buf.flip(); // Flip buffer
371 public final Buffer flip() { method in class:Buffer
/libcore/ojluni/src/main/java/java/util/
H A DBitSet.java374 * @param bitIndex the index of the bit to flip
378 public void flip(int bitIndex) { method in class:BitSet
396 * @param fromIndex index of the first bit to flip
397 * @param toIndex index after the last bit to flip
403 public void flip(int fromIndex, int toIndex) { method in class:BitSet

Completed in 5 milliseconds