- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MultisetIteratorImpl (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/collect/Multisets.java
/** An implementation of {@link Multiset#iterator}. */ static <E extends @Nullable Object> Iterator<E> iteratorImpl(Multiset<E> multiset) { return new MultisetIteratorImpl<>(multiset, multiset.entrySet().iterator()); } static final class MultisetIteratorImpl<E extends @Nullable Object> implements Iterator<E> { private final Multiset<E> multiset; private final Iterator<Entry<E>> entryIterator;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 41.3K bytes - Click Count (0) -
guava/src/com/google/common/collect/Multisets.java
/** An implementation of {@link Multiset#iterator}. */ static <E extends @Nullable Object> Iterator<E> iteratorImpl(Multiset<E> multiset) { return new MultisetIteratorImpl<>(multiset, multiset.entrySet().iterator()); } static final class MultisetIteratorImpl<E extends @Nullable Object> implements Iterator<E> { private final Multiset<E> multiset; private final Iterator<Entry<E>> entryIterator;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 41.2K bytes - Click Count (0)