Uses of Class
org.docx4j.com.google.common.collect.UnmodifiableIterator
Packages that use UnmodifiableIterator
-
Uses of UnmodifiableIterator in org.docx4j.com.google.common.collect
Subclasses of UnmodifiableIterator in org.docx4j.com.google.common.collectModifier and TypeClassDescription(package private) classThis class provides a skeletal implementation of theListIteratorinterface across a fixed number of elements that may be retrieved by position.classThis class provides a skeletal implementation of theIteratorinterface for sequences whose next element can always be derived from the previous element.private static final classclassA list iterator that does not supportremove(),UnmodifiableListIterator.add(E), orUnmodifiableListIterator.set(E).Methods in org.docx4j.com.google.common.collect that return UnmodifiableIteratorModifier and TypeMethodDescription(package private) static <T> UnmodifiableIterator<T>Iterators.emptyIterator()Returns the empty iterator.static <T> UnmodifiableIterator<T>Iterators.forArray(T... array) Returns an iterator containing the elements ofarrayin order.static <T> UnmodifiableIterator<T>Iterators.forEnumeration(Enumeration<T> enumeration) Adapts anEnumerationto theIteratorinterface.abstract UnmodifiableIterator<E>ImmutableCollection.iterator()Returns an unmodifiable iterator across the elements in this collection.abstract UnmodifiableIterator<E>ImmutableSet.iterator()RegularImmutableSet.iterator()abstract UnmodifiableIterator<E>Sets.SetView.iterator()Scope the return type toUnmodifiableIteratorto ensure this is an unmodifiable view.SingletonImmutableSet.iterator()static <T> UnmodifiableIterator<List<T>>Iterators.paddedPartition(Iterator<T> iterator, int size) Divides an iterator into unmodifiable sublists of the given size, padding the final iterator with null values if necessary.static <T> UnmodifiableIterator<List<T>>Divides an iterator into unmodifiable sublists of the given size (the final list may be smaller).private static <T> UnmodifiableIterator<List<T>>Iterators.partitionImpl(Iterator<T> iterator, int size, boolean pad) static <T> UnmodifiableIterator<T>Iterators.singletonIterator(@Nullable T value) Returns an iterator containing onlyvalue.static <T> UnmodifiableIterator<T>Iterators.unmodifiableIterator(Iterator<? extends T> iterator) Returns an unmodifiable view ofiterator.static <T> UnmodifiableIterator<T>Iterators.unmodifiableIterator(UnmodifiableIterator<T> iterator) Deprecated.no need to use thisMethods in org.docx4j.com.google.common.collect with parameters of type UnmodifiableIteratorModifier and TypeMethodDescriptionstatic <T> UnmodifiableIterator<T>Iterators.unmodifiableIterator(UnmodifiableIterator<T> iterator) Deprecated.no need to use this