Atavism Version 2018.1AGIS API

atavism.server.pathing.detour
Class NodeQueue

java.lang.Object
  extended by atavism.server.pathing.detour.NodeQueue

public class NodeQueue
extends java.lang.Object


Field Summary
 int Capacity
           
 
Constructor Summary
NodeQueue(int n)
           
 
Method Summary
 void Clear()
           
 java.lang.Boolean Empty()
           
 void Modify(Node node)
           
 Node Pop()
           
 void Push(Node node)
           
 Node Top()
           
 void TrickleDown(int i, Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Capacity

public int Capacity
Constructor Detail

NodeQueue

public NodeQueue(int n)
Method Detail

Clear

public void Clear()

Top

public Node Top()

Pop

public Node Pop()

Push

public void Push(Node node)

Modify

public void Modify(Node node)

Empty

public java.lang.Boolean Empty()

TrickleDown

public void TrickleDown(int i,
                        Node node)


Copyright © 2018 Dragonsan Studios Sp. z o.o.