类 Lazy.Fast<T>

java.lang.Object
net.minecraftforge.common.util.Lazy.Fast<T>
所有已实现的接口:
Supplier<T>, Lazy<T>
封闭接口:
Lazy<T>

public static final class Lazy.Fast<T> extends Object implements Lazy<T>
Non-thread-safe implementation.
  • 字段详细资料

    • supplier

      private Supplier<T> supplier
    • instance

      private T instance
  • 构造器详细资料

  • 方法详细资料

    • get

      @Nullable public final T get()
      指定者:
      get 在接口中 Supplier<T>