public final class UpdateablePriorityQueue.ElementRef extends Object implements Comparable<UpdateablePriorityQueue.ElementRef>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(UpdateablePriorityQueue.ElementRef e) |
void |
elementMutated() |
boolean |
equals(Object obj) |
E |
getElem() |
int |
getIndex() |
int |
hashCode() |
boolean |
remove() |
void |
setElem(E elem) |
String |
toString() |
public int compareTo(UpdateablePriorityQueue.ElementRef e)
compareTo
in interface Comparable<UpdateablePriorityQueue.ElementRef>
public E getElem()
public int getIndex()
public void setElem(E elem)
public void elementMutated()
public boolean remove()
Copyright © 2018 SPF4J. All rights reserved.