Package 

Class Mutable


  • 
    public class Mutable<T>
    
                        

    com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public T value
    • Constructor Summary

      Constructors 
      Constructor Description
      Mutable(T value)
    • Constructor Detail

      • Mutable

        Mutable(T value)