public interface ObjectIterable<K>
extends java.lang.Iterable<K>
Iterable that strengthens that specification of iterator().Iterable| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.objects.ObjectIterator<K> |
iterator()
Returns a type-specific iterator.
|
default it.unimi.dsi.fastutil.objects.ObjectSpliterator<K> |
spliterator()
Returns a type-specific spliterator on the elements of this iterable.
|