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 keys in the multimap. Returned set might be modifiablebut it has no effect on the multimap@see com.hazelcast.core.IMap#keySet()
The iterator returned by this set also implements {@code Serializable}. See the javadoc for details. @return the set of all keys contained in this map
Set
view of the Keys contained in this RenderingHints
. 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 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 RenderingHints
, 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 keys contained in this RenderingHints
.
This implementation returns a set that subclasses {@link AbstractSet}. The subclass's iterator method returns a "wrapper object" over this map's entrySet() iterator. The size method delegates to this map's size method and the contains method delegates to this map's containsKey method.
The set is created the first time this method is called, and returned in response to all subsequent calls. No synchronization is performed, so there is a slight chance that multiple calls to this method will not all return the same set.
While the object returned by this method implements the Set interface, it does not obey Set's general contract. Like its backing map, the set returned by this method defines element equality as reference-equality rather than object-equality. This affects the behavior of its contains, remove, containsAll, equals, and hashCode methods.
The equals method of the returned set returns true only if the specified object is a set containing exactly the same object references as the returned set. The symmetry and transitivity requirements of the Object.equals contract may be violated if the set returned by this method is compared to a normal set. However, the Object.equals contract is guaranteed to hold among sets returned by this method.
The hashCode method of the returned set returns the sum of the identity hashcodes of the elements in the set, rather than the sum of their hashcodes. This is mandated by the change in the semantics of the equals method, in order to enforce the general contract of the Object.hashCode method among sets returned by this method. @return an identity-based set view of the keys contained in this map @see Object#equals(Object) @see System#identityHashCode(Object)
Set
of all keys contained in this ResourceBundle
and its parent bundles.
@return a Set
of all keys contained in thisResourceBundle
and its parent bundles.
@since 1.6
The view's iterators and spliterators are weakly consistent.
This method is equivalent to method {@code navigableKeySet}. @return a navigable set view of the keys in this map
Iterator.remove
, Collection.remove
,removeAll, retainAll
, and clear
operations. It does not support the add
or addAll
operations.
@return a set view of the keys contained in this map(instance of {@link FastCollection}).
-
kiss.Table.keySet()
-
me.kafeitu.demo.activiti.util.LinkedProperties.keySet()
-
net.minecraftforge.common.config.ConfigCategory.keySet()
-
net.minidev.json.JSONObject.keySet()
-
net.opengis.wps10.OutputDefinitionsType.keySet()
-
net.openhft.collections.SharedHashMap.keySet()
-
net.sf.cglib.beans.BeanMap.keySet()
-
net.sf.joafip.java.util.PHashMap.keySet()
-
net.sf.json.JSONObject.keySet()
-
net.sourceforge.pebble.web.model.Model.keySet()
Gets the set of all keys.
@return a Set of String instances
-
net.wastl.webmail.misc.ExpandableProperties.keySet()
-
oauth.signpost.http.HttpParameters.keySet()
-
opennlp.tools.util.HashList.keySet()
-
org.apache.axis2.jaxws.handler.AttachmentsAdapter.keySet()
-
org.apache.axis2.jaxws.handler.SOAPHeadersAdapter.keySet()
-
org.apache.catalina.tribes.tipis.ReplicatedMap.keySet()
-
org.apache.clerezza.rdf.core.sparql.SolutionMapping.keySet()
-
org.apache.commons.beanutils.BeanMap.keySet()
Get the keys for this BeanMap.
Write-only properties are not included in the returned set of property names, although it is possible to set their value and to get their type.
@return BeanMap keys. The Set returned by this method is notmodifiable.
-
org.apache.commons.collections.BeanMap.keySet()
-
org.apache.commons.collections.ExtendedProperties.keySet()
-
org.apache.commons.collections.FastHashMap.keySet()
Return a set view of the keys contained in this map.
-
org.apache.commons.collections.MultiHashMap.keySet()
-
org.apache.commons.collections.MultiMap.keySet()
-
org.apache.commons.collections.OrderedMap.keySet()
-
org.apache.commons.collections.SequencedHashMap.keySet()
Implements {@link Map#keySet()}.
-
org.apache.commons.collections.SortedBidiMap.keySet()
-
org.apache.commons.collections.map.LinkedMap.keySet()
-
org.apache.commons.collections.map.ListOrderedMap.keySet()
-
org.apache.commons.collections.map.MultiValueMap.keySet()
-
org.apache.commons.collections15.OrderedMap.keySet()
Return a set view of the keys contained in this map.
-
org.apache.commons.collections15.SortedBidiMap.keySet()
Return a set view of the keys contained in this map.
-
org.apache.cxf.binding.soap.SoapMessage.keySet()
-
org.apache.cxf.message.Message.keySet()
-
org.apache.felix.utils.properties.Properties.keySet()
-
org.apache.flink.configuration.Configuration.keySet()
Returns the keys of all key/value pairs stored inside this configuration object.
@return the keys of all key/value pairs stored inside this configuration object
-
org.apache.fulcrum.parser.ParameterParser.keySet()
-
org.apache.hadoop.hbase.io.HbaseMapWritable.keySet()
-
org.apache.hadoop.io.MapWritable.keySet()
{@inheritDoc}
-
org.apache.isis.applib.services.memento.MementoService.Memento.keySet()
-
org.apache.jackrabbit.oak.plugins.document.NodeDocument.keySet()
-
org.apache.karaf.util.Properties.keySet()
-
org.apache.ldap.common.util.MultiMap.keySet()
-
org.apache.lucene.dependencies.InterpolatedProperties.keySet()
-
org.apache.nutch.crawl.MapWritable.keySet()
-
org.apache.openejb.util.SuperProperties.keySet()
Returns an unmodifiable view of the keys.
@return an unmodifiable view of the keys
-
org.apache.openjpa.lib.util.Options.keySet()
-
org.apache.pdfbox.cos.COSDictionary.keySet()
Returns the names of the 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 names of the entries in this dictionary
-
org.apache.poi.hpsf.CustomProperties.keySet()
Returns a set of all the names of our custom properties
-
org.apache.sis.xml.IdentifierMap.keySet()
-
org.apache.sling.api.request.RequestParameterMap.keySet()
-
org.apache.sling.api.resource.ModifiableValueMap.keySet()
-
org.apache.sling.api.resource.ValueMap.keySet()
-
org.apache.solr.common.SolrInputDocument.keySet()
-
org.apache.tools.ant.gui.core.PropertiesManager.keySet()
-
org.apache.torque.generator.option.Options.keySet()
Returns all options in a set.
@return a Collection containing the qualified names of all options,not null.
-
org.apache.torque.util.Criteria.keySet()
Returns all keys in the Criterion map.
@return all keys, not null.
-
org.apache.turbine.util.parser.ParameterParser.keySet()
-
org.apache.uima.ducc.transport.event.common.IDuccProcessMap.keySet()
-
org.apache.uima.ducc.transport.event.common.IDuccReservationMap.keySet()
-
org.apache.uima.ducc.transport.event.jd.DuccProcessWorkItemsMap.keySet()
-
org.apache.wicket.PageParameters.keySet()
-
org.apache.wicket.util.value.IValueMap.keySet()
-
org.apache.wicket.util.value.ValueMap.keySet()
-
org.apache.wink.json4j.JSONObject.keySet()
-
org.asynchttpclient.FluentCaseInsensitiveStringsMap.keySet()
{@inheritDoc}
-
org.asynchttpclient.FluentStringsMap.keySet()
{@inheritDoc}
-
org.bson.BSONObject.keySet()
Returns this object's fields' names
@return The names of the fields in this object
-
org.bson.BasicBSONObject.keySet()
-
org.camunda.bpm.engine.impl.core.variable.VariableMapImpl.keySet()
-
org.camunda.bpm.engine.variable.VariableMap.keySet()
-
org.castor.cache.Cache.keySet()
-
org.castor.core.util.IdentityMap.keySet()
{@inheritDoc}
@see java.util.Map#keySet()
-
org.clapper.util.misc.PropertiesMap.keySet()
Return a Set view of the keys in the map. The set is partially backed by the map. Changes to the map are not necessarily reflected in the set, and vice-versa. The set does not support element removal.
@return the set of keys in this map
-
org.eclipse.bpel.common.extension.model.ExtensionMap.keySet()
-
org.eclipse.emf.common.util.EList.keySet()
-
org.eclipse.emf.common.util.EMap.keySet()
Returns a set view of the keys of the entries.
@return a set view of the keys of the entries.
-
org.eclipse.persistence.sessions.DatabaseRecord.keySet()
PUBLIC: Returns a set of the keys, the DatabaseField Objects, for the database row.
@return Set of the keys
-
org.exoplatform.portal.config.model.Properties.keySet()
-
org.exoplatform.services.rest.impl.InputHeadersMap.keySet()
{@inheritDoc}
-
org.exoplatform.services.rest.resource.SubResourceLocatorMap.keySet()
-
org.exoplatform.services.rest.resource.SubResourceMethodMap.keySet()
-
org.fedorahosted.openprops.Properties.keySet()
-
org.gatein.api.common.Attributes.keySet()
-
org.gatein.common.util.ParameterMap.keySet()
-
org.gatein.pc.api.state.PropertyMap.keySet()
-
org.geoserver.catalog.MetadataMap.keySet()
-
org.grouplens.lenskit.vectors.ImmutableSparseVector.keySet()
-
org.grouplens.lenskit.vectors.MutableSparseVector.keySet()
-
org.grouplens.lenskit.vectors.SparseVector.keySet()
Get the set of keys of this vector. It is a subset of the key domain. The keys will be in sorted order.
@return The set of keys used in this vector.
-
org.gudy.azureus2.core3.util.LightHashMap.keySet()
-
org.h2.util.SortedProperties.keySet()
-
org.hibernate.cache.infinispan.util.CacheAdapter.keySet()
Set of keys of this cache.
@return Set containing keys stored in this cache.
-
org.hibernate.search.backend.configuration.MaskedProperty.keySet()
-
org.hibernate.search.util.configuration.impl.MaskedProperty.keySet()
-
org.hsqldb.lib.HashMap.keySet()
-
org.hsqldb.lib.IntKeyHashMap.keySet()
-
org.hsqldb.lib.IntKeyIntValueHashMap.keySet()
-
org.hsqldb.lib.IntValueHashMap.keySet()
-
org.hsqldb.lib.LongKeyIntValueHashMap.keySet()
-
org.hsqldb.lib.MultiValueHashMap.keySet()
-
org.hsqldb_voltpatches.lib.LongKeyIntValueHashMap.keySet()
-
org.hsqldb_voltpatches.lib.MultiValueHashMap.keySet()
-
org.hyperic.sigar.FileSystemMap.keySet()
-
org.infinispan.AdvancedCache.keySet()
-
org.infinispan.Cache.keySet()
Returns a set view of the keys 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. When this method is called on a cache configured with distribution mode, the set returned only contains the keys locally available in the cache instance including the cache loader if provided. To avoid memory issues, there will be not attempt to bring keys 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 keys 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 keys entered. Any other use involving execution of this method on a production system is not recommended.
@return a set view of the keys contained in this cache and cache loader.
-
org.infinispan.atomic.AtomicMap.keySet()
-
org.infinispan.commons.equivalence.EquivalentLinkedHashMap.keySet()
-
org.infinispan.container.DataContainer.keySet()
@return a set of keys contained in the container
-
org.infinispan.container.versioning.EntryVersionsMap.keySet()
-
org.infinispan.persistence.dummy.DummyInMemoryStore.keySet()
-
org.infinispan.schematic.document.Document.keySet()
Returns this object's fields' names
@return The names of the fields in this object
-
org.infinispan.schematic.document.EditableArray.keySet()
-
org.infinispan.schematic.document.EditableDocument.keySet()
-
org.ini4j.Ini.keySet()
-
org.ini4j.Profile.Section.keySet()
-
org.ini4j.Wini.keySet()
-
org.jasig.portal.ChannelRuntimeData.keySet()
-
org.jboss.errai.marshalling.client.api.json.EJObject.keySet()
-
org.jboss.metadata.ear.spec.ModulesMetaData.keySet()
-
org.jboss.metadata.ejb.jboss.ResourceManagersMetaData.keySet()
-
org.jboss.metadata.web.jboss.JBossServletsMetaData.keySet()
-
org.jboss.metatype.api.types.CompositeMetaType.keySet()
Retrieve an unmodifiable Set view of all the item names in ascending order.
@return the Set
-
org.jboss.metatype.api.types.ImmutableCompositeMetaType.keySet()
-
org.jboss.metatype.api.types.MapCompositeMetaType.keySet()
-
org.jboss.metatype.api.values.PropertiesMetaValue.keySet()
-
org.jboss.metatype.api.values.TableValueSupport.keySet()
-
org.jboss.portal.common.util.ParameterMap.keySet()
-
org.jboss.portal.portlet.state.PropertyMap.keySet()
-
org.jboss.resteasy.skeleton.key.representations.SkeletonKeyScope.keySet()
-
org.jboss.ws.core.CommonMessageContext.keySet()
-
org.jboss.ws.core.jaxws.handler.SOAPMessageContextJAXWS.keySet()
-
org.jcoredb.fs.impl.multithead.ContainerIndex.keySet()
-
org.jgroups.util.RspList.keySet()
-
org.joget.apps.form.model.FormRow.keySet()
-
org.jpos.core.Configuration.keySet()
-
org.jruby.RubyHash.keySet()
-
org.json.JSONObject.keySet()
Get a set of keys of the JSONObject.
@return A keySet.
-
org.json.simple.JSONObject.keySet()
-
org.kie.internal.executor.api.ExecutionResults.keySet()
-
org.kiji.schema.KijiMetaTable.keySet()
-
org.moxie.maxml.MaxmlMap.keySet()
-
org.mozilla.javascript.NativeObject.keySet()
-
org.netbeans.spi.project.support.ant.EditableProperties.keySet()
-
org.nutz.lang.util.MultiLineProperties.keySet()
-
org.ofbiz.entity.GenericEntity.keySet()
-
org.omnaest.utils.propertyfile.content.PropertyMap.keySet()
-
org.opengis.feature.type.Schema.keySet()
-
org.openstreetmap.josm.data.osm.OsmPrimitive.keySet()
-
org.openstreetmap.josm.data.osm.Way.keySet()
-
org.pdfclown.documents.contents.XObjectResources.keySet()
-
org.pdfclown.objects.PdfDictionary.keySet()
-
org.pentaho.platform.plugin.services.importexport.exportManifest.Parameters.keySet()
-
org.pentaho.reporting.libraries.base.util.HashNMap.keySet()
Returns all registered keys as set.
@return a set of keys.
-
org.python.core.PyDictionary.keySet()
@see java.util.Map#keySet()
-
org.quartz.JobDataMap.keySet()
-
org.reflections.Store.keySet()
return all indices
-
org.rhq.core.util.updater.FileHashcodeMap.keySet()
-
org.rhq.helpers.perftest.support.jpa.mapping.ColumnValuesTableMap.keySet()
-
org.serviceconnector.registry.ServerRegistry.keySet()
-
org.simpleframework.http.Query.keySet()
-
org.slim3.util.RequestMap.keySet()
@throws Exception
-
org.springframework.core.annotation.AnnotationAttributes.keySet()
-
org.springframework.integration.MessageHeaders.keySet()
-
org.springframework.roo.model.CustomData.keySet()
Obtains an immutable representation of all custom data keys.
@return the keys (never null, but may be empty)
-
org.springframework.roo.model.CustomDataBuilder.keySet()
-
org.springframework.ui.ModelMap.keySet()
-
org.structr.core.property.PropertyMap.keySet()
-
org.tmatesoft.svn.core.internal.util.SVNHashMap.keySet()
-
org.yinwang.yin.Scope.keySet()
-
pdfdb.settings.ColumnSettingsManager.keySet()
-
phonetalks.entities.collections.CardIndex.keySet()
-
ptolemy.backtrack.util.java.util.Map.keySet()
Returns a set view of the keys in this Map. 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 keys
-
quickml.data.PredictionMap.keySet()
-
restx.build.org.json.JSONObject.keySet()
Get a set of keys of the JSONObject.
@return A keySet.
-
tests.resources.subfolder.tests.resources.hyts_resource_fr_FR.keySet()
Examples of java.util.Collection.keySet()
}
else if (valueRight instanceof Map)
{
Map coll = (Map) valueRight;
hasRows = true;
for (Object item : coll.keySet())
{
if (!(item instanceof Number))
{
if (isAll && item == null)
{
Examples of java.util.EnumMap.keySet()
@SuppressWarnings( { "unchecked", "boxing" })
public void test_keySet() {
EnumMap enumSizeMap = new EnumMap(Size.class);
enumSizeMap.put(Size.Middle, 2);
enumSizeMap.put(Size.Big, null);
Set set = enumSizeMap.keySet();
Set set1 = enumSizeMap.keySet();
assertSame("Should be same", set1, set); //$NON-NLS-1$
try {
set.add(Size.Big);
Examples of java.util.HashMap.keySet()
}// end of if (tempAttachmentMap != null && tempAttachmentMap.size() >
// 0)
dynaform.set("attachmentList", attachments);
}
if (individualIds != null && individualIds.size() != 0) {
Set key = individualIds.keySet();
Iterator iterator = key.iterator();
while (iterator.hasNext()) {
String keyValue = (String) iterator.next();
String tempData = ptData;
int individualId = 0;
Examples of java.util.HashSet.keySet()
out.write(TREEMAP);
LongPacker.packInt(out,l.size());
}
writeObject(out, l.comparator());
for(Object o:l.keySet()){
writeObject(out, o);
writeObject(out, l.get(o));
}
}else if(clazz == HashMap.class){
HashMap l = (HashMap) obj;
Examples of java.util.Hashtable.keySet()
Hashtable m=jlh.scene.getNamedObjects();
if(m!=null && m.size()>0){
// TODO map these objects into corresponding ActiveNode
// or do it for all the branchgroup sub nodes
System.out.println("Scene contains :");
Iterator it=m.keySet().iterator();
while(it.hasNext()){
Object v=it.next();
System.out.println(v+"<=>"+m.get(v));
}
}
Examples of java.util.IdentityHashMap.keySet()
public synchronized boolean containsAll(Collection<?> c) {
IdentityHashMap map = new IdentityHashMap();
for (Object e : this) {
map.put(e, Boolean.TRUE);
}
return map.keySet().containsAll(c);
}
}
Examples of java.util.LinkedHashMap.keySet()
map.put("UTF-16 BE BOM", new byte[] { (byte) 0xFE, (byte) 0xFF, 0, 'H', 0,
'i' });
map.put("UTF-16 LE", new byte[] { 'H', 0, 'i', 0 });
map.put("UTF-16 BE", new byte[] { 0, 'H', 0, 'i' });
for (Iterator iterator = map.keySet().iterator(); iterator.hasNext();) {
String element = (String) iterator.next();
System.out.println(element + ":");
byte[] buffer = (byte[]) map.get(element);
boolean bFirst0 = buffer[0] == 0;
Examples of java.util.LinkedHashSet.keySet()
out.write(TREEMAP);
LongPacker.packInt(out,l.size());
}
writeObject(out, l.comparator());
for(Object o:l.keySet()){
writeObject(out, o);
writeObject(out, l.get(o));
}
}else if(clazz == HashMap.class){
HashMap l = (HashMap) obj;
Examples of java.util.LinkedList.keySet()
out.write(TREEMAP);
LongPacker.packInt(out,l.size());
}
writeObject(out, l.comparator());
for(Object o:l.keySet()){
writeObject(out, o);
writeObject(out, l.get(o));
}
}else if(clazz == HashMap.class){
HashMap l = (HashMap) obj;
Examples of java.util.List.keySet()
} else if(nbt instanceof NBTTagCompound) {
Map internal = ((NBTTagCompound)nbt).tagMap;
DefaultMutableTreeNode type = new DefaultMutableTreeNode("NBTTagCompound");
DefaultMutableTreeNode content = new DefaultMutableTreeNode("Data");
for(Object objectKey:internal.keySet()) {
if(internal.get(objectKey) instanceof NBTBase) {
DefaultMutableTreeNode nbtNode = new DefaultMutableTreeNode(objectKey);
addNBTToTree((NBTBase)internal.get(objectKey), nbtNode);
content.add(nbtNode);
}
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.