Class TSynchronizedLongCollection

    • Constructor Detail

      • TSynchronizedLongCollection

        public TSynchronizedLongCollection(TLongCollection c)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(long o)
      • toArray

        public long[] toArray()
      • toArray

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

        public boolean add(long e)
      • remove

        public boolean remove(long o)
      • containsAll

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

        public boolean containsAll(long[] array)
      • addAll

        public boolean addAll(long[] array)
      • removeAll

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

        public boolean removeAll(long[] array)
      • retainAll

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

        public boolean retainAll(long[] array)
      • getNoEntryValue

        public long getNoEntryValue()
      • clear

        public void clear()
      • toString

        public String toString()