@Deprecated public class AStarHeap<NODE> extends Object implements Collection<NODE>
Use amis-path-finding library instead, see svn://artemis.ms.mff.cuni.cz/pogamut/trunk/project/Utils/AmisPathFinding
| Constructor and Description |
|---|
AStarHeap(Comparator<NODE> comp)
Deprecated.
|
AStarHeap(Comparator<NODE> comp,
int capacity)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(NODE arg0)
Deprecated.
|
boolean |
addAll(Collection arg0)
Deprecated.
|
boolean |
addAll(NODE[] arg0)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
contains(Object arg0)
Deprecated.
|
boolean |
containsAll(Collection arg0)
Deprecated.
|
boolean |
containsAll(Object[] arg0)
Deprecated.
|
boolean |
decreaseKey(NODE arg0)
Deprecated.
|
boolean |
deleteMin()
Deprecated.
|
boolean |
empty()
Deprecated.
|
NODE |
getMin()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Iterator<NODE> |
iterator()
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
static void |
mainAdd(AStarHeap heap,
Integer[] nums)
Deprecated.
|
static boolean |
mainCheck(AStarHeap heap,
Integer[] nums)
Deprecated.
|
static String |
mainToStr(Integer[] nums)
Deprecated.
|
boolean |
remove(Object arg0)
Deprecated.
|
boolean |
removeAll(Collection arg0)
Deprecated.
|
boolean |
retainAll(Collection arg0)
Deprecated.
|
int |
size()
Deprecated.
|
Object[] |
toArray()
Deprecated.
|
Object[] |
toArray(Object[] arg0)
Deprecated.
|
Set |
toSet()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic AStarHeap(Comparator<NODE> comp, int capacity)
public AStarHeap(Comparator<NODE> comp)
public NODE getMin()
public boolean deleteMin()
public boolean decreaseKey(NODE arg0)
public boolean add(NODE arg0)
add in interface Collection<NODE>public boolean addAll(Collection arg0)
addAll in interface Collection<NODE>public boolean addAll(NODE[] arg0)
public void clear()
clear in interface Collection<NODE>public boolean contains(Object arg0)
contains in interface Collection<NODE>public boolean containsAll(Collection arg0)
containsAll in interface Collection<NODE>public boolean containsAll(Object[] arg0)
public boolean isEmpty()
isEmpty in interface Collection<NODE>public boolean remove(Object arg0)
remove in interface Collection<NODE>public boolean removeAll(Collection arg0)
removeAll in interface Collection<NODE>public boolean retainAll(Collection arg0)
retainAll in interface Collection<NODE>public int size()
size in interface Collection<NODE>public boolean empty()
public Object[] toArray()
toArray in interface Collection<NODE>public Object[] toArray(Object[] arg0)
toArray in interface Collection<NODE>public Set toSet()
public static void main(String[] args)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.