Searched refs:funcRef (Results 1 – 1 of 1) sorted by relevance
70 final AtomicReference<IntUnaryOperator> funcRef = new AtomicReference<>(func1); in testDelete() local71 final LazyIntToIntMap map = new LazyIntToIntMap(i -> funcRef.get().applyAsInt(i)); in testDelete()81 funcRef.set(func2); in testDelete()