Class LargeSet<E>

  • Type Parameters:
    E -
    All Implemented Interfaces:
    java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>

    public abstract class LargeSet<E>
    extends LargeCollection<E>
    implements java.util.Set<E>
    Set for holding large entries of set. The purpose is not to iterate through all entries for add and remove operations.
    Author:
    Nabib El-Rahman
    • Constructor Summary

      Constructors 
      Constructor Description
      LargeSet()  
    • Method Summary

      • Methods inherited from class java.util.AbstractCollection

        addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
    • Constructor Detail

      • LargeSet

        public LargeSet()