I
- type of the itemspublic interface ItemIndex<I>
Modifier and Type | Method and Description |
---|---|
boolean |
containsItem(I i)
Checks whether the index contains an item.
|
Stream<I> |
getAllItems()
Retrieves a stream of the indexed items.
|
int |
numItems()
Counts the number of indexed items.
|
boolean containsItem(I i)
i
- itemint numItems()
Copyright © 2016. All rights reserved.