Package | Description |
---|---|
jsat.utils |
Modifier and Type | Method and Description |
---|---|
static IntPriorityQueue.Mode |
IntPriorityQueue.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntPriorityQueue.Mode[] |
IntPriorityQueue.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IntPriorityQueue(int initialSize,
Comparator<Integer> comparator,
IntPriorityQueue.Mode fastValueRemove)
Creates a new integer priority queue
|
IntPriorityQueue(int initialSize,
IntPriorityQueue.Mode fastValueRemove)
Creates a new integer priority queue
|
Copyright © 2017. All rights reserved.