T
private static class JsonProviderImpl.Cached<T> extends Object implements Supplier<T>
private T
computed
private Supplier<T>
delegate
private
Cached(Supplier<T> delegate)
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Supplier<T> delegate
private volatile T computed
private Cached(Supplier<T> delegate)
public T get()
get
Supplier<T>
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.