Class TSynchronizedFloatCollection

    • Constructor Detail

      • TSynchronizedFloatCollection

        public TSynchronizedFloatCollection(TFloatCollection c)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(float o)
      • toArray

        public float[] toArray()
      • toArray

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

        public boolean add(float e)
      • remove

        public boolean remove(float o)
      • containsAll

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

        public boolean containsAll(float[] array)
      • addAll

        public boolean addAll(float[] array)
      • removeAll

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

        public boolean removeAll(float[] array)
      • retainAll

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

        public boolean retainAll(float[] array)
      • getNoEntryValue

        public float getNoEntryValue()
      • clear

        public void clear()
      • toString

        public String toString()