(final Optional<?>[] saved)
| 108 | } |
| 109 | |
| 110 | protected static final void restore(final Optional<?>[] saved) { |
| 111 | if (threadLocal != null) |
| 112 | threadLocal.set(saved); |
| 113 | } |
| 114 | |
| 115 | private static final synchronized int newPosition() { |
| 116 | if (threadLocal == null) |