Class HugeKeyCollection<T>

java.lang.Object
java.util.AbstractCollection<T>
overit.geocall.sql.HugeKeyCollection<T>
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>

public class HugeKeyCollection<T> extends AbstractCollection<T> implements Serializable
This class manages the creation of an immense amount of key collection
See Also:
  • Constructor Details

    • HugeKeyCollection

      public HugeKeyCollection(T[] oo)
      Main constructor of HugeKeyCollection
      Parameters:
      oo - The array of objects to add
    • HugeKeyCollection

      public HugeKeyCollection(Object primitiveArray)
      Main constructor of HugeKeyCollection
      Parameters:
      primitiveArray - The object to add
    • HugeKeyCollection

      public HugeKeyCollection(Collection<T> c)
      Main constructor of HugeKeyCollection
      Parameters:
      c - The Collection to add
  • Method Details