|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Graph
interface.PositionalCollection
interface.WeightedGraph
interface.value
into
the collection in an arbitrary location.
element
into the collection.
element
into the collection.
element
into the collection.
element
into the ordered collection and then uses
splay
to bring the new element to the root of the tree.
value
at position p
and increments the position number for the elements that were at
positions p
, ..., size
-1.
value
into
position p
.
value
at position p
and increments the position number for the elements that were at
positions p
to size-1
.
x
is in the set,
then element
replaces x
TrieLeafNode
interface must be supported by any
class defining objects to be used as leaf nodes in a trie.
value
to the collection after the marker location
value
immediately after the object referenced by this locator and returns a
fresh locator at the position of insertion.
p-1
, and p
then
the new element is inserted at position p
.
c
to the collection.
c
to this collection.
c
and adds each element in
c
to the collection
c
to the collection.
value
at the
front (position 0) of this collection.
value
at position p
and increments the position number for the elements that were at
positions p
, ..., size
-1.
element
at position p
,
incrementing the position for the elements that were at
positions p
to size-1
size
) of the collection
value
at the
end of this collection (position size
).
newNode
element
into the collection.
element
into the collection.
element
into the collection.
element
into the collection.
value
into the collection
at an arbitrary position.
value
it at the end of the collection.
p
and increments the position number for the elements that were at
positions p
, ..., size
-1.
o
into
the collection in an arbitrary location and returns
a tracker to the inserted element.
true
.
tail
if
the last element is currently tracked).
anchor
to specify the second
corner of a bounding box in an orthogonal range query where target
specifies
the other corner.
AtBoundaryException
is thrown when advance
is called from a locator at AFT
or retreat
is called from
a locator at FORE
.AtCapacityException
is thrown when there is an attempt
to insert a new element into a non-elastic collection that is already at its maximum
capacity.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |