-
aQute.bnd.header.Parameters.entrySet()
-
aQute.bnd.osgi.Packages.entrySet()
-
clips.delegate.contract.ServisePriceData.entrySet()
-
com.adito.boot.CaseInsensitiveMap.entrySet()
-
com.caucho.quercus.env.ArrayValue.entrySet()
Returns a set of all the of the entries.
-
com.caucho.quercus.module.IniDefinitions.entrySet()
-
com.clarkparsia.pellet.rules.VariableBinding.entrySet()
-
com.crashnote.core.config.helper.ConfigObject.entrySet()
-
com.crashnote.external.config.ConfigObject.entrySet()
-
com.cumulocity.me.lang.Map.entrySet()
-
com.eviware.soapui.support.types.StringToStringMap.entrySet()
-
com.eviware.soapui.support.types.StringToStringsMap.entrySet()
-
com.google.api.services.drive.model.File.entrySet()
-
com.google.api.services.genomics.model.ListDatasetsResponse.entrySet()
-
com.google.greaze.definition.ContentBody.entrySet()
-
com.google.greaze.definition.HeaderMapSpec.entrySet()
-
com.google.gson.JsonObject.entrySet()
Returns a set of members of this object. The set is ordered, and the order is in which the elements were added.
@return a set of members of this object.
-
com.google.gwt.storage.client.StorageMap.entrySet()
Returns a Set containing all entries of the Storage.
-
com.googlecode.gwt.test.internal.utils.PropertyContainer.entrySet()
-
com.hazelcast.core.IMap.entrySet()
Returns a {@link Set} clone of the mappings contained in this map.The set is NOT backed by the map, so changes to the map are NOT reflected in the set, and vice-versa.
@return a set clone of the keys mappings in this map
-
com.hazelcast.core.MultiMap.entrySet()
Returns the set of key-value pairs in the multimap.
Warning:
The set is
NOT backed by the map, so changes to the map are
NOT reflected in the set, and vice-versa.
@return the set of key-value pairs in the multimap. Returned set might be modifiablebut it has no effect on the multimap
-
com.hazelcast.replicatedmap.impl.record.ReplicatedRecordStore.entrySet()
-
com.hazelcast.replicatedmap.record.ReplicatedRecordStore.entrySet()
-
com.jetdrone.vertx.yoke.core.Context.entrySet()
-
com.linkedin.data.DataMap.entrySet()
-
com.linkedin.restli.internal.common.PathSegment.MapMap.entrySet()
-
com.massivecraft.mcore.xlib.gson.JsonObject.entrySet()
Returns a set of members of this object. The set is ordered, and the order is in which the elements were added.
@return a set of members of this object.
-
com.massivecraft.mcore.xlib.mongodb.BasicDBObject.entrySet()
-
com.mongodb.BasicDBObject.entrySet()
-
com.mysema.util.BeanMap.entrySet()
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
Each MapEntry can be set but not removed.
@return the unmodifiable set of mappings
-
com.ngt.jopenmetaverse.shared.structureddata.OSDMap.entrySet()
-
com.psddev.dari.db.State.entrySet()
-
com.salesforce.dataloader.model.Row.entrySet()
-
com.serotonin.json.type.JsonObject.entrySet()
-
com.sleepycat.bdb.collection.StoredSortedMap.entrySet()
-
com.sleepycat.collections.StoredSortedMap.entrySet()
-
com.springsource.insight.intercept.operation.OperationMap.entrySet()
-
com.sun.jersey.api.representation.Form.entrySet()
-
com.sun.jmx.remote.util.CacheMap.entrySet()
-
com.sun.messaging.jmq.util.PHashMap.entrySet()
-
com.sun.net.httpserver.Headers.entrySet()
-
com.sun.sgs.app.util.ScalableHashMap.entrySet()
Returns a concurrent, {@code Serializable} {@code Set} of all themappings contained in this map. The returned {@code Set} is backed bythe map, so changes to the map will be reflected by this view. Note that the time complexity of the operations on this set will be the same as those on the map itself.
The iterator returned by this set also implements {@code Serializable}. See the javadoc for details.
@return the set of all mappings contained in this map
-
com.thoughtworks.xstream.core.util.OrderRetainingMap.entrySet()
-
com.tinkerpop.rexster.protocol.msg.RexProBindings.entrySet()
-
com.tinkerpop.rexster.protocol.msg.RexProMessageMeta.entrySet()
-
com.typesafe.config.Config.entrySet()
Returns the set of path-value pairs, excluding any null values, found by recursing {@link #root() the root object}. Note that this is very different from
root().entrySet()
which returns the set of immediate-child keys in the root object and includes null values.
Entries contain path expressions meaning there may be quoting and escaping involved. Parse path expressions with {@link ConfigUtil#splitPath}.
Because a Config
is conceptually a single-level map from paths to values, there will not be any {@link ConfigObject} values in theentries (that is, all entries represent leaf nodes). Use {@link ConfigObject} rather than Config
if you want a tree.(OK, this is a slight lie: Config
entries may contain {@link ConfigList} and the lists may contain objects. But no objects aredirectly included as entry values.)
@return set of paths with non-null values, built up by recursing theentire tree of {@link ConfigObject} and creating an entry foreach leaf value.
-
com.typesafe.config.ConfigObject.entrySet()
-
com.xiaoleilu.hutool.GroupedSet.entrySet()
-
core.Formulas.entrySet()
-
de.danet.an.workflow.omgcore.ProcessData.entrySet()
-
de.danet.an.workflow.omgcore.ProcessDataInfo.entrySet()
-
de.innovationgate.wgpublisher.webtml.utils.VarParamsMap.entrySet()
-
edu.brown.markov.containers.MarkovGraphsContainer.entrySet()
-
edu.stanford.ppl.concurrent.SnapTreeMap.entrySet()
-
edu.umd.cloud9.io.map.HMapIFW.entrySet()
Returns a {@link Set} view of the mappings contained in this map. The set's iterator returnsthe entries in ascending key order. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll , retainAll and clear operations. It does not support the add or addAll operations.
-
edu.umd.cloud9.io.map.HMapSFW.entrySet()
Returns a {@link Set} view of the mappings contained in this map. The set's iterator returnsthe entries in ascending key order. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll , retainAll and clear operations. It does not support the add or addAll operations.
-
flex.messaging.io.amf.ASObject.entrySet()
-
foodev.jsondiff.jsonwrap.JzonObject.entrySet()
@return entry set with key / value pairs
-
games.stendhal.server.util.ItemCollection.entrySet()
-
gluebooster.basic.collections.BoostedProperties.entrySet()
-
grails.web.servlet.mvc.GrailsParameterMap.entrySet()
-
hudson.matrix.Combination.entrySet()
-
info.ata4.unity.serdes.db.FieldTypeMap.entrySet()
-
jade.util.leap.Properties.entrySet()
-
java.awt.RenderingHints.entrySet()
Returns a
Set
view of the mappings contained in this
RenderingHints
. Each element in the returned
Set
is a
Map.Entry
. The
Set
is backed by the
RenderingHints
, so changes to the
RenderingHints
are reflected in the
Set
, and vice-versa. If the
RenderingHints
is modified while while an iteration over the
Set
is in progress, the results of the iteration are undefined.
The entrySet returned from a RenderingHints
object is not modifiable.
@return a Set
view of the mappings contained in this RenderingHints
.
-
java.security.Provider.entrySet()
Returns an unmodifiable Set view of the property entries contained in this Provider.
@see java.util.Map.Entry
@since 1.2
-
java.util.AbstractMap.entrySet()
-
java.util.Collection.entrySet()
-
java.util.EnumMap.entrySet()
Returns a {@link Set} view of the mappings contained in this map.The returned set obeys the general contract outlined in {@link Map#keySet()}. The set's iterator will return the mappings in the order their keys appear in map, which is their natural order (the order in which the enum constants are declared).
@return a set view of the mappings contained in this enum map
-
java.util.HashMap.entrySet()
Returns a {@link Set} view of the mappings contained in this map.The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations.
@return a set view of the mappings contained in this map
-
java.util.Hashtable.entrySet()
Returns a {@link Set} view of the mappings contained in this map.The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations.
@since 1.2
-
java.util.IdentityHashMap.entrySet()
Returns a {@link Set} view of the mappings contained in this map.Each element in the returned set is a reference-equality-based
Map.Entry. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress, the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the
Iterator.remove,
Set.remove,
removeAll,
retainAll and
clear methods. It does not support the
add or
addAll methods.
Like the backing map, the Map.Entry objects in the set returned by this method define key and value equality as reference-equality rather than object-equality. This affects the behavior of the equals and hashCode methods of these Map.Entry objects. A reference-equality based Map.Entry e is equal to an object o if and only if o is a Map.Entry and e.getKey()==o.getKey() && e.getValue()==o.getValue(). To accommodate these equals semantics, the hashCode method returns System.identityHashCode(e.getKey()) ^ System.identityHashCode(e.getValue()).
Owing to the reference-equality-based semantics of the Map.Entry instances in the set returned by this method, it is possible that the symmetry and transitivity requirements of the {@link Object#equals(Object)} contract may be violated if any ofthe entries in the set is compared to a normal map entry, or if the set returned by this method is compared to a set of normal map entries (such as would be returned by a call to this method on a normal map). However, the Object.equals contract is guaranteed to hold among identity-based map entries, and among sets of such entries.
@return a set view of the identity-mappings contained in this map
-
java.util.LinkedHashMap.entrySet()
Answers a Set of the mappings contained in this HashMap. Each element in the set is a Map.Entry. The set is backed by this HashMap so changes to one are reflected by the other. The set does not support adding.
@return a Set of the mappings
-
java.util.List.entrySet()
-
java.util.Map.entrySet()
Returns a {@link Set} view of the mappings contained in this map.The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations.
@return a set view of the mappings contained in this map
-
java.util.NavigableMap.entrySet()
-
java.util.Properties.entrySet()
-
java.util.SortedMap.entrySet()
Returns a {@link Set} view of the mappings contained in this map.The set's iterator returns the entries in ascending key order. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations.
@return a set view of the mappings contained in this map,sorted in ascending key order
-
java.util.TreeMap.entrySet()
Returns a {@link Set} view of the mappings contained in this map.The set's iterator returns the entries in ascending key order. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations.
-
java.util.WeakHashMap.entrySet()
Returns a {@link Set} view of the mappings contained in this map.The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations.
-
java.util.concurrent.ConcurrentHashMap.entrySet()
-
java.util.concurrent.ConcurrentNavigableMap.entrySet()
-
java.util.jar.Attributes.entrySet()
Returns a Collection view of the attribute name-value mappings contained in this Map.
-
javax.json.JsonObject.entrySet()
-
javax.management.openmbean.TabularDataSupport.entrySet()
-
javax.script.Bindings.entrySet()
-
javax.script.SimpleBindings.entrySet()
-
javax.xml.ws.handler.MessageContext.entrySet()
-
lombok.val.entrySet()
-
macromedia.asc.util.Names.entrySet()
-
net.minecraft.util.com.google.gson.JsonObject.entrySet()
-
net.myrrix.common.collection.FastByIDFloatMap.entrySet()
-
net.openhft.collections.SharedHashMap.entrySet()
-
net.sf.joafip.store.entity.bytecode.MethodMap.entrySet()
-
net.sf.json.JSONObject.entrySet()
-
net.sourceforge.processdash.util.FileProperties.entrySet()
-
net.sourceforge.stripes.validation.ValidationErrors.entrySet()
-
net.yacy.cora.protocol.RequestHeader.entrySet()
-
org.apache.axis2.jaxws.handler.SOAPHeadersAdapter.entrySet()
-
org.apache.cayenne.DataRow.entrySet()
-
org.apache.commons.collections.BeanMap.entrySet()
-
org.apache.commons.collections.IterableMap.entrySet()
-
org.apache.commons.collections.MultiHashMap.entrySet()
-
org.apache.commons.collections.OrderedMap.entrySet()
-
org.apache.commons.collections.map.DefaultedMap.entrySet()
-
org.apache.commons.collections.map.LinkedMap.entrySet()
-
org.apache.commons.collections.map.ListOrderedMap.entrySet()
-
org.apache.commons.collections.map.MultiValueMap.entrySet()
-
org.apache.commons.collections15.IterableMap.entrySet()
Return a collection view of the mappings contained in this map. Each element in the returned collection is a Map.Entry
.
-
org.apache.commons.collections15.MultiMap.entrySet()
Returns a set view of the mappings contained in this map. Each element in the returned set is a {@link Map.Entry}. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. If the map is modified while an iteration over the set is in progress (except through the iterator's own remove operation, or through the setValue operation on a map entry returned by the iterator) the results of the iteration are undefined. The set supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Set.remove, removeAll, retainAll and clear operations. It does not support the add or addAll operations.
@return a set view of the mappings contained in this map.
-
org.apache.felix.connect.felix.framework.util.StringMap.entrySet()
-
org.apache.felix.framework.util.StringMap.entrySet()
-
org.apache.felix.utils.properties.Properties.entrySet()
-
org.apache.geronimo.interop.properties.PropertyMap.entrySet()
-
org.apache.gora.persistency.StatefulMap.entrySet()
-
org.apache.hadoop.chukwa.extraction.demux.processor.mapper.JobLog.JobLogLine.entrySet()
-
org.apache.hadoop.hbase.io.HbaseMapWritable.entrySet()
-
org.apache.hadoop.hbase.io.RowResult.entrySet()
-
org.apache.hadoop.io.MapWritable.entrySet()
{@inheritDoc}
-
org.apache.ivy.util.PropertiesFile.entrySet()
-
org.apache.jcs.utils.struct.LRUMap.entrySet()
This returns a set of entries. Our LRUMapEntry is used since the value stored in the underlying map is a node in the double linked list. We wouldn't want to return this to the client, so we construct a new entry with the payload of the node.
TODO we should return out own set wrapper, so we can avoid the extra object creation if it isn't necessary.
@see java.util.Map#entrySet()
-
org.apache.ldap.common.util.MultiMap.entrySet()
-
org.apache.onami.configuration.variables.VariablesMap.entrySet()
-
org.apache.openejb.util.SuperProperties.entrySet()
Returns an unmodifiable view of the entries.
@return an unmodifiable view of the entries
-
org.apache.openjpa.lib.util.Options.entrySet()
-
org.apache.pdfbox.cos.COSDictionary.entrySet()
Returns the name-value entries in this dictionary. The returned set is in the order the entries were added to the dictionary.
@since Apache PDFBox 1.1.0
@return name-value entries in this dictionary
-
org.apache.pdfbox.cos.COSStream.entrySet()
-
org.apache.pdfbox.pdmodel.common.COSStreamArray.entrySet()
-
org.apache.pig.data.InternalMap.entrySet()
-
org.apache.poi.hpsf.CustomProperties.entrySet()
-
org.apache.shiro.config.Ini.Section.entrySet()
-
org.apache.sling.api.request.RequestParameterMap.entrySet()
-
org.apache.sling.api.resource.ValueMap.entrySet()
-
org.apache.solr.common.SolrDocument.entrySet()
-
org.apache.solr.common.SolrInputDocument.entrySet()
-
org.apache.uima.aae.monitor.statistics.Statistics.entrySet()
-
org.apache.uima.ducc.transport.event.common.IDuccReservationMap.entrySet()
-
org.apache.uima.ducc.transport.event.jd.PerformanceMetricsSummaryMap.entrySet()
-
org.apache.wicket.util.value.IValueMap.entrySet()
-
org.asynchttpclient.FluentCaseInsensitiveStringsMap.entrySet()
{@inheritDoc}
-
org.bson.BasicBSONObject.entrySet()
-
org.camunda.bpm.engine.variable.VariableMap.entrySet()
-
org.castor.cache.Cache.entrySet()
-
org.castor.core.util.IdentityMap.entrySet()
In contrast with the design contract of the Map
interface this method has not been implemented and throws a UnsupportedOperationException
. {@inheritDoc}
@see java.util.Map#entrySet()
-
org.clapper.util.misc.PropertiesMap.entrySet()
Get a set view of the mappings in this map. Each element in this set is a Map.Entry. The collection is backed by the map, so changes to the map are reflected in the collection, and vice-versa. The collection supports element removal, which removes the corresponding mapping from the map, via the Iterator.remove, Collection.remove, removeAll, retainAll, and clear operations. It does not support the add or addAll operations.
@return nothing
@throws UnsupportedOperationException unconditionally
-
org.codehaus.groovy.tools.gse.StringSetMap.entrySet()
-
org.cometd.Message.entrySet()
-
org.eclipse.emf.common.util.EMap.entrySet()
Returns a set view of the entries.
@return a set view of the entries.
-
org.eclipse.osgi.framework.eventmgr.CopyOnWriteIdentityMap.entrySet()
Returns a snapshot of the entries in this map. The returned set will NOT be changed by future changes to this map.
@return A Set of Map.Entry for each entry in this map.The set and the entries returned by the set cannot be modified.
-
org.enhydra.shark.utilities.SequencedHashMap.entrySet()
-
org.exoplatform.commons.utils.ExoProperties.entrySet()
-
org.exoplatform.portal.config.model.Properties.entrySet()
-
org.exoplatform.services.rest.impl.InputHeadersMap.entrySet()
{@inheritDoc}
-
org.g4studio.core.metatype.Dto.entrySet()
-
org.gatein.pc.api.state.PropertyMap.entrySet()
-
org.geoserver.ows.util.CaseInsensitiveMap.entrySet()
-
org.geotools.feature.type.ProfileImpl.entrySet()
-
org.glassfish.api.admin.ParameterMap.entrySet()
-
org.infinispan.Cache.entrySet()
Returns a set view of the mappings contained in this cache and cache loader. This set is immutable, so it cannot be modified and changes to the cache won't be reflected in the set. Besides, each element in the returned set is an immutable {@link Map.Entry}. When this method is called on a cache configured with distribution mode, the set returned only contains the mappings locally available in the cache instance. To avoid memory issues, there will be not attempt to bring mappings from other nodes.
If there are memory concerns then the {@link org.infinispan.context.Flag.SKIP_CACHE_LOAD} flag should be used toavoid hitting the cache store as all local entries will be in memory at once.
This method should only be used for debugging purposes such as to verify that the cache contains all the mappings entered. Any other use involving execution of this method on a production system is not recommended.
@return a set view of the mappings contained in this cache and cache loader
-
org.infinispan.commons.equivalence.EquivalentLinkedHashMap.entrySet()
-
org.infinispan.commons.util.TypedProperties.entrySet()
-
org.infinispan.container.DataContainer.entrySet()
Returns a mutable set of immutable cache entries exposed as immutable Map.Entry instances. Clients of this method such as Cache.entrySet() operation implementors are free to convert the set into an immutable set if needed, which is the most common use case. If a client needs to iterate through a mutable set of mutable cache entries, it should iterate the container itself rather than iterating through the return of entrySet().
@return a set of immutable cache entries
-
org.infinispan.util.TypedProperties.entrySet()
-
org.ini4j.Ini.entrySet()
-
org.ini4j.Profile.Section.entrySet()
-
org.jboss.beans.metadata.plugins.AbstractMapMetaData.entrySet()
-
org.jboss.portal.portlet.state.PropertyMap.entrySet()
-
org.jboss.seam.excel.css.StyleMap.entrySet()
-
org.jboss.test.xml.pojoserver.metadata.AbstractMapMetaData.entrySet()
-
org.jclouds.blobstore.BlobMap.entrySet()
-
org.jdesktop.wonderland.modules.sharedstate.client.SharedMapCli.entrySet()
-
org.jgroups.util.RspList.entrySet()
-
org.jruby.RubyHash.entrySet()
-
org.jscsi.parser.datasegment.SettingsMap.entrySet()
Returns a set of an key-value pair of this OperationTextKeys
object.
@return a set view of the mappings (key-value-pair) contained in this map.
-
org.json.simple.JSONObject.entrySet()
-
org.kite9.diagram.primitives.HintMap.entrySet()
-
org.mortbay.util.MultiMap.entrySet()
-
org.moxie.maxml.MaxmlMap.entrySet()
-
org.msgpack.type.ArrayValue.entrySet()
-
org.msgpack.type.MapValue.entrySet()
-
org.nfunk.jep.FunctionTable.entrySet()
-
org.objectstyle.wolips.eomodeler.core.model.EOModelMap.entrySet()
-
org.ofbiz.entity.GenericEntity.entrySet()
-
org.ofbiz.entity.GenericPK.entrySet()
-
org.ofbiz.entity.GenericValue.entrySet()
-
org.opengis.feature.type.Schema.entrySet()
-
org.openqa.jetty.http.PathMap.entrySet()
-
org.openstreetmap.osmosis.hstore.PGHStore.entrySet()
-
org.pdfclown.documents.NamedDestinations.entrySet()
-
org.pdfclown.objects.PdfDictionary.entrySet()
-
org.persvr.data.Persistable.entrySet()
-
org.python.core.PyDictionary.entrySet()
@see java.util.Map#entrySet()
-
org.quartz.JobDataMap.entrySet()
-
org.rhq.core.domain.common.composite.SystemSettings.entrySet()
-
org.springframework.beans.factory.support.ManagedProperties.entrySet()
-
org.springframework.springfaces.mvc.model.SpringFacesModel.entrySet()
-
org.structr.core.property.PropertyMap.entrySet()
-
org.syncany.database.VectorClock.entrySet()
-
org.voltdb.utils.InMemoryJarfile.entrySet()
-
org.waveprotocol.wave.model.document.operation.Attributes.entrySet()
-
org.waveprotocol.wave.model.document.operation.impl.AttributesImpl.entrySet()
-
ptolemy.backtrack.util.java.util.Map.entrySet()
Returns a set view of the mappings in this Map. Each element in the set is a Map.Entry. The set is backed by the map, so that changes in one show up in the other. Modifications made while an iterator is in progress cause undefined behavior. If the set supports removal, these methods remove the underlying mapping from the map: Iterator.remove
, Set.remove
, removeAll
, retainAll
, and clear
. Element addition, via add
or addAll
, is not supported via this set.
@return the set view of all mapping entries
@see Map.Entry
-
quickml.data.PredictionMap.entrySet()
-
railo.runtime.type.Struct.entrySet()