Class TSynchronizedIntCollection

    • Constructor Detail

      • TSynchronizedIntCollection

        public TSynchronizedIntCollection(TIntCollection c)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(int o)
      • toArray

        public int[] toArray()
      • toArray

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

        public boolean add(int e)
      • remove

        public boolean remove(int o)
      • containsAll

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

        public boolean containsAll(int[] array)
      • addAll

        public boolean addAll(int[] array)
      • removeAll

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

        public boolean removeAll(int[] array)
      • retainAll

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

        public boolean retainAll(int[] array)
      • getNoEntryValue

        public int getNoEntryValue()
      • clear

        public void clear()
      • toString

        public String toString()