-
JP.digitune.util.SortVector.elements()
-
antlr.collections.impl.IndexedVector.elements()
-
anvil.core.Array.elements()
Returns an enumeration of the values in this hashlist. Use the Enumeration methods on the returned object to fetch the elements sequentially.
@return an enumeration of the values in this hashlist.
@see anvil.core.Array#keys()
-
ariba.ui.aribaweb.util.AWPagedVector.elements()
-
ariba.util.fieldvalue.OrderedList.elements()
-
cern.colt.bitvector.BitVector.elements()
You normally need not use this method. Use this method only if performance is critical. Returns the bit vector's backing bits.
WARNING: For efficiency reasons and to keep memory usage low,
the array is not copied. So if subsequently you modify the returned array directly via the [] operator, be sure you know what you're doing.
A bitvector is modelled as a long array, i.e. long[] bits holds bits of a bitvector. Each long value holds 64 bits. The i-th bit is stored in bits[i/64] at bit position i % 64 (where bit position 0 refers to the least significant bit and 63 refers to the most significant bit).
-
cern.colt.list.DoubleArrayList.elements()
Returns the elements currently stored, including invalid elements between size and capacity, if any. WARNING: For efficiency reasons and to keep memory usage low, the array is not copied. So if subsequently you modify the returned array directly via the [] operator, be sure you know what you're doing.
@return the elements currently stored.
-
cern.colt.list.IntArrayList.elements()
Returns the elements currently stored, including invalid elements between size and capacity, if any. WARNING: For efficiency reasons and to keep memory usage low, the array is not copied. So if subsequently you modify the returned array directly via the [] operator, be sure you know what you're doing.
@return the elements currently stored.
-
cern.colt.list.LongArrayList.elements()
Returns the elements currently stored, including invalid elements between size and capacity, if any. WARNING: For efficiency reasons and to keep memory usage low, the array is not copied. So if subsequently you modify the returned array directly via the [] operator, be sure you know what you're doing.
@return the elements currently stored.
-
ch.akuhn.hapax.corpus.Terms.elements()
-
com.android.dx.util.BitIntSet.elements()
@inheritDoc
-
com.android.dx.util.ListIntSet.elements()
@inheritDoc
-
com.dotcms.repackage.org.dom4j.Element.elements()
-
com.ericsson.otp.erlang.OtpErlangList.elements()
Get all the elements from the list as an array.
@return an array containing all of the list's elements.
-
com.ericsson.otp.erlang.OtpErlangObject.elements()
-
com.ericsson.otp.erlang.OtpErlangTuple.elements()
Get all the elements from the tuple as an array.
@return an array containing all of the tuple's elements.
-
com.extentech.toolkit.CompatibleVector.elements()
-
com.fasterxml.jackson.databind.JsonNode.elements()
Method for accessing all value nodes of this Node, iff this node is a JSON Array or Object node. In case of Object node, field names (keys) are not included, only values. For other types of nodes, returns empty iterator.
-
com.fasterxml.jackson.databind.node.ArrayNode.elements()
-
com.google.gwt.query.client.GQuery.elements()
Returns the working set of nodes as a Java array. Do NOT attempt to modify this array, e.g. assign to its elements, or call Arrays.sort()
-
com.google.gwt.query.client.js.JsCache.elements()
-
com.google.gwt.query.client.js.JsNodeArray.elements()
-
com.google.storage.onestore.v3.OnestoreEntity.Path.elements()
-
com.ibm.richtext.textlayout.attributes.AttributeSet.elements()
Return an Enumeration of the elements in this set.
@return an Enumeration of the elements in this set
-
com.liferay.portal.kernel.xml.Element.elements()
-
com.objectspace.jgl.Array.elements()
-
com.sun.enterprise.deployment.DeploymentExtensionDescriptor.elements()
@return an iterator on all the deployment extension elements
-
com.sun.javadoc.AnnotationTypeDoc.elements()
Returns the elements of this annotation type. Returns an empty array if there are none.
@return the elements of this annotation type.
-
com.sun.tools.corba.se.idl.EnumEntry.elements()
Each element of the vector is a String.
-
de.willuhn.util.History.elements()
-
diva.util.xml.XmlElement.elements()
Return an Iterator of all the child elements of this element. The elements are generated in the order in which they were added.
-
er.selenium.SeleniumTest.elements()
-
fr.esrf.tangoatk.core.AttributePolledList.elements()
-
fr.esrf.tangoatk.core.CommandList.elements()
-
gd.xml.tiny.ParsedXML.elements()
-
gwtquery.plugins.ui.widgets.Dialog.elements()
-
it.unimi.dsi.fastutil.ints.IntArrayList.elements()
-
java.security.PermissionCollection.elements()
Returns an enumeration of all the Permission objects in the collection.
@return an enumeration of all the Permissions.
-
java.security.Permissions.elements()
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.
@return an enumeration of all the Permissions.
-
java.security.Provider.elements()
-
java.util.Dictionary.elements()
Returns an enumeration of the values in this dictionary. The general contract for the elements method is that an Enumeration is returned that will generate all the elements contained in entries in this dictionary.
@return an enumeration of the values in this dictionary.
@see java.util.Dictionary#keys()
@see java.util.Enumeration
-
java.util.Hashtable.elements()
Returns an enumeration of the values in this hashtable. Use the Enumeration methods on the returned object to fetch the elements sequentially.
@return an enumeration of the values in this hashtable.
@see java.util.Enumeration
@see #keys()
@see #values()
@see Map
-
java.util.Properties.elements()
-
java.util.SortedSet.elements()
-
java.util.Stack.elements()
-
java.util.TreeSet.elements()
-
java.util.Vector.elements()
Returns an enumeration of the components of this vector. The returned {@code Enumeration} object will generate all items inthis vector. The first item generated is the item at index {@code 0}, then the item at index {@code 1}, and so on.
@return an enumeration of the components of this vector
@see Iterator
-
javax.speech.EngineList.elements()
-
javax.swing.DefaultListModel.elements()
-
mesquite.lib.TreeVector.elements()
-
net.citizensnpcs.utils.PageUtils.PageInstance.elements()
-
net.jini.core.constraint.ClientMinPrincipal.elements()
Returns an immutable set of all of the principals. Any attempt to modify the set results in an {@link UnsupportedOperationException}being thrown.
@return an immutable set of all of the principals
-
net.jini.core.constraint.ConstraintAlternatives.elements()
Returns an immutable set of all of the constraints. Any attempt to modify this set results in an {@link UnsupportedOperationException}being thrown.
@return an immutable set of all of the constraints
-
net.rim.device.api.util.SimpleSortingVector.elements()
-
net.sf.jcontracts.antlr.collections.impl.IndexedVector.elements()
-
net.sf.jcontracts.antlr.collections.impl.LList.elements()
-
nz.ac.waikato.jdsl.core.api.Sequence.elements()
-
nz.ac.waikato.jdsl.core.ref.NodeSequence.elements()
O(1) time if the cache already exists Otherwise O(N) to construct it
-
oracle.toplink.essentials.internal.helper.IdentityHashtable.elements()
-
org.activiti.engine.impl.util.xml.Element.elements()
-
org.apache.derby.iapi.sql.dictionary.GenericDescriptorList.elements()
-
org.apache.derby.iapi.store.access.BackingStoreHashtable.elements()
Return an Enumeration that can be used to scan entire table.
RESOLVE - is it worth it to support this routine when we have a disk overflow hash table?
@return The Enumeration.
@exception StandardException Standard exception policy.
-
org.apache.isis.core.metamodel.facets.collections.modify.CollectionFacet.elements()
@deprecated - use {@link #iterator(ObjectAdapter)} or{@link #iterable(ObjectAdapter)}.
-
org.apache.isis.core.metamodel.spec.ObjectList.elements()
@deprecated - use {@link #iterator()}.
-
org.apache.isis.objectstore.xml.internal.data.ObjectData.elements()
-
org.apache.isis.runtimes.dflt.objectstores.xml.internal.data.ObjectData.elements()
-
org.apache.isis.viewer.dnd.view.collection.CollectionContent.elements()
-
org.apache.mahout.math.list.IntArrayList.elements()
Returns the elements currently stored, including invalid elements between size and capacity, if any. WARNING: For efficiency reasons and to keep memory usage low, the array is not copied. So if subsequently you modify the returned array directly via the [] operator, be sure you know what you're doing.
@return the elements currently stored.
-
org.apache.tomcat.util.XMLTree.elements()
-
org.apache.tools.ant.taskdefs.optional.junit.BatchTest.elements()
Return all JUnitTest instances obtain by applying the fileset rules.
@return an enumeration of all elements of this batchtest that area JUnitTest instance.
-
org.apache.turbine.util.security.RoleSet.elements()
Returns an Iterator for Roles in this RoleSet.
-
org.camunda.bpm.engine.impl.util.xml.Element.elements()
-
org.dom4j.Element.elements()
Returns the elements contained in this element. If this element does not contain any elements then this method returns an empty list. The list is backed by the element such that changes to the list will be reflected in the element though the reverse is not the case.
@return a list of all the elements in this element.
-
org.eclipse.osgi.framework.util.KeyedHashSet.elements()
Returns all elements that exist in this set
@return all elements that exist in this set
-
org.eclipse.php.internal.core.ast.nodes.ArrayCreation.elements()
Retrieves elements parts of array creation
@return elements
-
org.exolab.castor.mapping.CollectionHandler.elements()
Returns an enumeration of all the elements in the collection.
@param collection The collection
@return An enumeration of all the elements in the collection
@throws ClassCastException The collection handler does notsupport collections of this type
-
org.htmlparser.Parser.elements()
ahoo.com"); parser.registerScanners(); for (NodeIterator i = parser.elements();i.hasMoreElements();) { Node node = i.nextHTMLNode(); if (node instanceof StringNode) { // Downcasting to StringNode StringNode stringNode = (StringNode)node; // Do whatever processing you want with the string node System.out.println(stringNode.getText()); } // Check for the node or tag that you want if (node instanceof ...) { // Downcast, and process } }
-
org.htmlparser.tags.BodyTag.elements()
-
org.htmlparser.tags.CompositeTag.elements()
Return the child tags as an iterator. Equivalent to calling getChildren ().elements ().
@return An iterator over the children.
-
org.htmlparser.util.NodeList.elements()
-
org.infinispan.config.ConfigurationElements.elements()
-
org.infinispan.config.ConfigurationProperties.elements()
-
org.integratedmodelling.riskwiz.learning.data.FastVector.elements()
Returns an enumeration of this vector.
@return an enumeration of this vector
-
org.jacorb.idl.MemberList.elements()
-
org.jgroups.util.List.elements()
-
org.jostraca.comp.antlr.collections.impl.IndexedVector.elements()
-
org.openscience.cdk.renderer.selection.IChemObjectSelection.elements()
-
org.springframework.osgi.util.internal.MapBasedDictionary.elements()
-
org.uengine.kernel.ValidationContext.elements()
-
org.xmlpull.infoset.XmlElement.elements()
-
org.xmlpull.v1.builder.XmlElement.elements()
-
persistence.antlr.collections.impl.IndexedVector.elements()
-
pt.opensoft.util.NameValue.elements()
Returns an Array of the NameValue Names
-
restx.common.RestxConfig.elements()
-
tools.util.EZArrayList.elements()
-
weka.core.FastVector.elements()
Returns an enumeration of this vector.
@return an enumeration of this vector
-
weka.core.Stopwords.elements()
Returns a sorted enumeration over all stored stopwords
@return the enumeration over all stopwords