|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.colt.PersistentObject
cern.colt.list.AbstractCollection
cern.colt.list.AbstractList
cern.colt.list.AbstractIntList
cern.colt.list.IntArrayList
fern.analysis.IntQueue
public class IntQueue
IntQueue is an search structure for AnalysisBase
representing an fifo queue for
a breadth first search.
Constructor Summary | |
---|---|
IntQueue()
|
|
IntQueue(int initialCapacity)
|
Method Summary | |
---|---|
int |
get()
|
Methods inherited from class cern.colt.list.IntArrayList |
---|
add, beforeInsert, binarySearchFromTo, clone, copy, elements, elements, ensureCapacity, equals, forEach, get, getQuick, indexOfFromTo, lastIndexOfFromTo, partFromTo, removeAll, replaceFromToWithFrom, retainAll, reverse, set, setQuick, shuffleFromTo, sortFromTo, trimToSize |
Methods inherited from class cern.colt.list.AbstractIntList |
---|
addAllOf, addAllOfFromTo, beforeInsertAllOfFromTo, binarySearch, contains, delete, fillFromToWith, indexOf, lastIndexOf, mergeSortFromTo, mergeSortFromTo, quickSortFromTo, quickSortFromTo, removeFromTo, replaceFromToWithFromTo, replaceFromWith, size, times, toList, toString |
Methods inherited from class cern.colt.list.AbstractList |
---|
addAllOf, beforeInsertAllOf, clear, mergeSort, quickSort, remove, setSize, shuffle, sort |
Methods inherited from class cern.colt.list.AbstractCollection |
---|
isEmpty |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface fern.analysis.IntSearchStructure |
---|
add, isEmpty |
Constructor Detail |
---|
public IntQueue()
public IntQueue(int initialCapacity)
Method Detail |
---|
public int get()
get
in interface IntSearchStructure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |