Class TSynchronizedShortCollection

    • Constructor Detail

      • TSynchronizedShortCollection

        public TSynchronizedShortCollection(TShortCollection c)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(short o)
      • toArray

        public short[] toArray()
      • toArray

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

        public boolean add(short e)
      • remove

        public boolean remove(short o)
      • containsAll

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

        public boolean containsAll(short[] array)
      • addAll

        public boolean addAll(short[] array)
      • removeAll

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

        public boolean removeAll(short[] array)
      • retainAll

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

        public boolean retainAll(short[] array)
      • getNoEntryValue

        public short getNoEntryValue()
      • clear

        public void clear()
      • toString

        public String toString()