Class IgQueue<E>
java.lang.Object
com.eka.middleware.distributed.offHeap.IgQueue<E>
- All Implemented Interfaces:
- Iterable<E>,- Collection<E>,- Queue<E>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends E> c) voidclear()booleanbooleancontainsAll(Collection<?> c) element()booleanisEmpty()iterator()static voidbooleanpeek()poll()remove()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()take()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collectionequals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
- 
Constructor Details- 
IgQueue
 
- 
- 
Method Details- 
add
- 
offer
- 
remove
- 
poll
- 
take
- 
element
- 
peek
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<E>
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<E>
 
- 
contains- Specified by:
- containsin interface- Collection<E>
 
- 
iterator
- 
toArray- Specified by:
- toArrayin interface- Collection<E>
 
- 
toArraypublic <T> T[] toArray(T[] a) - Specified by:
- toArrayin interface- Collection<E>
 
- 
remove- Specified by:
- removein interface- Collection<E>
 
- 
containsAll- Specified by:
- containsAllin interface- Collection<E>
 
- 
addAll- Specified by:
- addAllin interface- Collection<E>
 
- 
removeAll- Specified by:
- removeAllin interface- Collection<E>
 
- 
retainAll- Specified by:
- retainAllin interface- Collection<E>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<E>
 
- 
main
 
-