|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfinitewisdom.model.grid.KVFIFO
public class KVFIFO
Key-value FIFO for shortest path-first search. Key: distance Value: cell/coordinates
| Nested Class Summary | |
|---|---|
static class |
KVFIFO.EmptyFifoException
|
| Constructor Summary | |
|---|---|
KVFIFO()
|
|
| Method Summary | |
|---|---|
java.util.Map.Entry<java.lang.Double,CustomDataCell> |
popLeast()
|
void |
push(java.lang.Double k,
CustomDataCell v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KVFIFO()
| Method Detail |
|---|
public void push(java.lang.Double k,
CustomDataCell v)
public java.util.Map.Entry<java.lang.Double,CustomDataCell> popLeast()
throws KVFIFO.EmptyFifoException
KVFIFO.EmptyFifoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||