Uses of Class
org.apache.sis.internal.util.AbstractMap.EntryIterator
Packages that use AbstractMap.EntryIterator
Package
Description
A set of helper classes for the SIS implementation.
A set of helper classes for the SIS implementation.
-
Uses of AbstractMap.EntryIterator in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionprotected AbstractMap.EntryIterator<String, Object> MergedProperties.entryIterator()Returns an iterator over the user supplied properties together with the default properties which were not specified in the user's ones. -
Uses of AbstractMap.EntryIterator in org.apache.sis.internal.util
Subclasses of AbstractMap.EntryIterator in org.apache.sis.internal.utilModifier and TypeClassDescriptionprotected static classAn implementation ofAbstractMap.EntryIteratorwhich delegates its work to a standard iterator.protected final classConvenienceEntryIteratorimplementation which iterates over a list of key candidates.Methods in org.apache.sis.internal.util that return AbstractMap.EntryIteratorModifier and TypeMethodDescriptionprotected abstract AbstractMap.EntryIterator<K, V> AbstractMap.entryIterator()Returns an iterator over the entries in this map.