| Package | Description |
|---|---|
| org.apache.lucene.facet.collections |
Various optimized Collections implementations.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
ObjectToIntMap.iterator()
Returns a new iterator for the mapped objects.
|
IntIterator |
IntToIntMap.iterator()
Returns a new iterator for the mapped objects.
|
IntIterator |
IntHashSet.iterator()
Returns a new iterator for the mapped objects.
|
IntIterator |
IntToObjectMap.keyIterator()
Returns an iterator on the map keys.
|
IntIterator |
IntToIntMap.keyIterator()
Returns an iterator on the map keys.
|
IntIterator |
IntToFloatMap.keyIterator()
Returns an iterator on the map keys.
|
IntIterator |
IntToDoubleMap.keyIterator()
Returns an iterator on the map keys.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.