public class Swapper<T> extends Object
Swapper(Callable<? extends T> getter, Action<? super T> setter)
<Y extends T,N> N
swap(Y value, Callable<N> whileSwapped)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Swapper(Callable<? extends T> getter, Action<? super T> setter)
public <Y extends T,N> N swap(Y value, Callable<N> whileSwapped) throws Exception
Exception
Copyright © 2013. All rights reserved