Class TypedBundle


  • public class TypedBundle
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TypedBundle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int type, boolean value)  
      void add​(int type, float value)  
      void add​(int type, int value)  
      void add​(int type, java.lang.String value)  
      void addIfNotNull​(int type, java.lang.String value)  
      void applyDelta​(TypedBundle values)  
      void applyDelta​(TypedValues values)  
      void clear()  
      int getInteger​(int type)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • TypedBundle

        public TypedBundle()
    • Method Detail

      • getInteger

        public int getInteger​(int type)
      • add

        public void add​(int type,
                        int value)
      • add

        public void add​(int type,
                        float value)
      • addIfNotNull

        public void addIfNotNull​(int type,
                                 java.lang.String value)
      • add

        public void add​(int type,
                        java.lang.String value)
      • add

        public void add​(int type,
                        boolean value)
      • applyDelta

        public void applyDelta​(TypedValues values)
      • applyDelta

        public void applyDelta​(TypedBundle values)
      • clear

        public void clear()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object