All Implemented Interfaces:
Serializable, Cloneable, Iterable<KeyboardButton>, Collection<KeyboardButton>, List<KeyboardButton>, RandomAccess, Validable

public class KeyboardRow extends ArrayList<KeyboardButton> implements Validable
Version:
1.0 Row for ReplyKeyBoardMarkup
Author:
Ruben Bermudez
See Also:
  • Constructor Details

    • KeyboardRow

      public KeyboardRow(int initialCapacity)
    • KeyboardRow

      public KeyboardRow()
    • KeyboardRow

      public KeyboardRow(Collection<? extends KeyboardButton> c)
  • Method Details