Class BookMsgHolder


  • public class BookMsgHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.wombat.mama.MamaMsg[] mMsgVector  
    • Constructor Summary

      Constructors 
      Constructor Description
      BookMsgHolder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      void grow​(int newSize)  
      void print()  
      • Methods inherited from class java.lang.Object

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

      • mMsgVector

        public com.wombat.mama.MamaMsg[] mMsgVector
    • Constructor Detail

      • BookMsgHolder

        public BookMsgHolder()
    • Method Detail

      • grow

        public void grow​(int newSize)
      • clear

        public void clear()
      • print

        public void print()