Package 

Class Capture


  • 
    public class Capture<T>
    
                        

    Copyright 2017 Meniga Iceland Inc.

    • Constructor Summary

      Constructors 
      Constructor Description
      Capture()
      Capture(T value)
    • Method Summary

      Modifier and Type Method Description
      T get()
      void set(T value)
      • Methods inherited from class java.lang.Object

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

      • Capture

        Capture()
      • Capture

        Capture(T value)