|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tracked<E>
The Tracked
interface adds a single method to
the Collection
interface that allows the user to obtain a tracker
when an element is inserted.
Method Summary | |
---|---|
Locator<E> |
addTracked(E o)
Inserts o into
the collection in an arbitrary location and returns
a tracker to the inserted element. |
Methods inherited from interface goldman.collection.Collection |
---|
accept, add, addAll, checkRep, clear, contains, ensureCapacity, getCapacity, getComparator, getEquivalentElement, getLocator, getSize, isEmpty, iterator, remove, retainAll, toArray, toArray, toString, trimToSize |
Method Detail |
---|
Locator<E> addTracked(E o)
o
into
the collection in an arbitrary location and returns
a tracker to the inserted element.
An AtCapacityException
(an unchecked exception) is thrown if the
collection is already at capacity.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |