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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExchanger.java45 * and receives its partner's object on return. An Exchanger may be
51 * Here are the highlights of a class that uses an {@code Exchanger}
57 * Exchanger<DataBuffer> exchanger = new Exchanger<DataBuffer>();
95 * successfully exchange objects via an {@code Exchanger}, actions
105 public class Exchanger<V> { class
122 * threads using an Exchanger, but performance rapidly
581 * Creates a new Exchanger.
583 public Exchanger() { method in class:Exchanger

Completed in 43 milliseconds