Class FS.Holder<V>

  • Enclosing class:
    FS

    private static class FS.Holder<V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) V value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Holder​(V value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        final V value
    • Constructor Detail

      • Holder

        Holder​(V value)