-
Method Summary
Retrieve an
Item from this sequence by its
key.
boolean
Determine whether this sequence contains a specific key.
Iterator for the
Items in this sequence.
-
Method Details
-
iterator
Iterator for the
Items in this sequence. The order of the items
is implementation specific.
- Specified by:
iterator in interface Iterable<T extends Item>
- See Also:
-
-
-
hasItem
Determine whether this sequence contains a specific key.
- Parameters:
key - The key to look up.
- Returns:
true if this sequence contains key.
False otherwise.
- Throws:
RepositoryException