| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.core.IntQueue
public final class IntQueue
| Constructor Summary | |
|---|---|
| IntQueue() | |
| Method Summary | |
|---|---|
|  void | clear()Vide la queue | 
|  int | dequeue()returns the nexdt element in the queue. | 
|  void | ensure(int nsize)Utilis�e pour accro�tre dynamiquement la taille de la queue. | 
|  void | insert(int x)Add an element to the queue. | 
|  int | size()Pour conna�tre la taille de la queue. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public IntQueue()
| Method Detail | 
|---|
public void insert(int x)
x - the element to addpublic int dequeue()
public void clear()
public int size()
public void ensure(int nsize)
nsize - la taille maximale de la queuepublic java.lang.String toString()
toString in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||