Package overit.geocall.sql
Class HugeKeyCollection<T>
java.lang.Object
java.util.AbstractCollection<T>
overit.geocall.sql.HugeKeyCollection<T>
- All Implemented Interfaces:
Serializable,Iterable<T>,Collection<T>
This class manages the creation of an immense amount of key collection
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHugeKeyCollection(Object primitiveArray) Main constructor of HugeKeyCollectionMain constructor of HugeKeyCollectionHugeKeyCollection(T[] oo) Main constructor of HugeKeyCollection -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
HugeKeyCollection
Main constructor of HugeKeyCollection- Parameters:
oo- The array of objects to add
-
HugeKeyCollection
Main constructor of HugeKeyCollection- Parameters:
primitiveArray- The object to add
-
HugeKeyCollection
Main constructor of HugeKeyCollection- Parameters:
c- The Collection to add
-
-
Method Details
-
getGuid
Returns the GUID- Returns:
- The GUID
-
isNumber
public boolean isNumber()Returnstrueif is a number,falseotherwise- Returns:
trueif is a number,falseotherwise
-
iterator
- Specified by:
iteratorin interfaceCollection<T>- Specified by:
iteratorin interfaceIterable<T>- Specified by:
iteratorin classAbstractCollection<T>
-
size
public int size()- Specified by:
sizein interfaceCollection<T>- Specified by:
sizein classAbstractCollection<T>
-