Class ReferencingFactory.EmptyReferenceFactory<T>

  • All Implemented Interfaces:
    java.util.function.Supplier<Ref<T>>
    Enclosing class:
    ReferencingFactory<T>

    private static class ReferencingFactory.EmptyReferenceFactory<T>
    extends java.lang.Object
    implements java.util.function.Supplier<Ref<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Ref<T> get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyReferenceFactory

        private EmptyReferenceFactory()
    • Method Detail

      • get

        public Ref<T> get()
        Specified by:
        get in interface java.util.function.Supplier<T>