JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
util.queue
Interface Meldable<T>
All Known Implementing Classes:
EdgeList
,
SoftHeap
public interface
Meldable<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
meld
(
T
other)
Destructively melds other into this.
Method Detail
meld
void meld(
T
other)
Destructively melds other into this.
Parameters:
other
- the element to meld into this
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method