Class ByteArrayList


  • public class ByteArrayList
    extends Object
    • Field Detail

      • size

        protected int size
      • items

        protected transient byte[] items
    • Constructor Detail

      • ByteArrayList

        public ByteArrayList()
      • ByteArrayList

        public ByteArrayList​(int initialCapacity)
    • Method Detail

      • add

        public boolean add​(byte newItem)
      • addAll

        public boolean addAll​(byte... source)
      • ensureCapacity

        public void ensureCapacity​(int minCapacity)
      • toArray

        public byte[] toArray()
      • removeAtIndex

        public byte removeAtIndex​(int index)
      • get

        public byte get​(int index)
      • clear

        public void clear()
      • size

        public int size()