Class TSynchronizedByteCollection

    • Constructor Detail

      • TSynchronizedByteCollection

        public TSynchronizedByteCollection(TByteCollection c)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(byte o)
      • toArray

        public byte[] toArray()
      • toArray

        public byte[] toArray(byte[] a)
      • add

        public boolean add(byte e)
      • remove

        public boolean remove(byte o)
      • containsAll

        public boolean containsAll(Collection<?> coll)
      • containsAll

        public boolean containsAll(byte[] array)
      • addAll

        public boolean addAll(byte[] array)
      • removeAll

        public boolean removeAll(Collection<?> coll)
      • removeAll

        public boolean removeAll(byte[] array)
      • retainAll

        public boolean retainAll(Collection<?> coll)
      • retainAll

        public boolean retainAll(byte[] array)
      • getNoEntryValue

        public byte getNoEntryValue()
      • clear

        public void clear()
      • toString

        public String toString()