-
DisplayProject.Array_Of_DisplayNode.toArray()
-
akka.util.ByteString.toArray()
-
anvil.core.Any.toArray()
Gets the contained vaelue as Array
.
@return Value as Array or null if this instance doesn't contain Array.
-
anvil.script.ParameterList.toArray()
-
br.com.objectos.way.base.SeqNum.toArray()
-
ca.nengo.util.MU.MatrixExpander.toArray()
-
ca.nengo.util.MU.VectorExpander.toArray()
-
cc.redberry.core.utils.IntArrayList.toArray()
-
cern.colt.matrix.DoubleMatrix1D.toArray()
Constructs and returns a 1-dimensional array containing the cell values. The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa. The returned array values has the form
for (int i=0; i < size(); i++) values[i] = get(i);
@return an array filled with the values of the cells.
-
cern.colt.matrix.DoubleMatrix2D.toArray()
Constructs and returns a 2-dimensional array containing the cell values. The returned array
values has the form
values[row][column] and has the same number of rows and columns as the receiver.
The values are copied. So subsequent changes in values are not reflected in the matrix, and vice-versa.
@return an array filled with the values of the cells.
-
cli.System.Collections.ArrayList.ToArray()
-
cli_fmw.delegate.directory.complex.DirectoryKladrItem.toArray()
-
clips.delegate.directory.complex.DirectoryDoctorAction.toArray()
-
clips.delegate.directory.complex.DirectoryLaboratory.toArray()
-
clips.delegate.directory.complex.DirectoryMKB10.toArray()
-
clips.delegate.directory.complex.DirectoryServicesGroup.toArray()
-
clips.delegate.directory.ro.DirectoryLpu.toArray()
-
clips.delegate.directory.simple.clientDocumentType.DirectoryDocumentType.toArray()
-
clips.delegate.directory.simple.discountCard.DirectoryDiscountCardType.toArray()
-
clips.delegate.directory.simple.documentGivenPlace.DirectoryDocumentGivenPlace.toArray()
-
clips.delegate.directory.simple.medexam.DirectoryMedexamType.toArray()
-
clips.delegate.directory.simple.profcheckupResult.DirectoryProfcheckupResult.toArray()
-
clips.delegate.directory.simple.reasonDown.DirectoryReasonDown.toArray()
-
clips.delegate.directory.simple.representativeStatus.DirectoryRepresentativeStatus.toArray()
-
clips.delegate.directory.simple.speciality.DirectorySpeciality.toArray()
-
clojure.lang.LazySeq.toArray()
-
com.alibaba.fastjson.JSONArray.toArray()
-
com.alibaba.toolkit.util.collection.ArrayHashSet.toArray()
-
com.almworks.integers.IntList.toArray()
Writes values to dest.
@return dest
-
com.almworks.integers.LongList.toArray()
Writes values to dest.
@return dest
-
com.amazonaws.services.route53.infima.util.AnswerSet.toArray()
-
com.aspose.words.NodeCollection.toArray()
-
com.badlogic.gdx.utils.Array.toArray()
Returns the items as an array. Note the array is typed, so the {@link #Array(Class)} constructor must have been used.Otherwise use {@link #toArray(Class)} to specify the array type.
-
com.badlogic.gdx.utils.FloatArray.toArray()
-
com.badlogic.gdx.utils.IntArray.toArray()
-
com.ca.commons.naming.DXNamingEnumeration.toArray()
-
com.carrotsearch.hppc.ByteArrayList.toArray()
{@inheritDoc}
The returned array is sized to match exactly the number of elements of the stack.
-
com.carrotsearch.hppc.DoubleArrayList.toArray()
{@inheritDoc}
The returned array is sized to match exactly the number of elements of the stack.
-
com.carrotsearch.hppc.IntArrayList.toArray()
{@inheritDoc}
The returned array is sized to match exactly the number of elements of the stack.
-
com.carrotsearch.hppc.IntOpenHashSet.toArray()
{@inheritDoc}
-
com.carrotsearch.hppc.IntStack.toArray()
-
com.carrotsearch.hppc.LongArrayList.toArray()
{@inheritDoc}
The returned array is sized to match exactly the number of elements of the stack.
-
com.carrotsearch.hppc.ShortArrayList.toArray()
{@inheritDoc}
The returned array is sized to match exactly the number of elements of the stack.
-
com.caucho.quercus.env.Value.toArray()
Converts to an array.
-
com.caucho.util.IntArray.toArray()
Return a new int array with the contents.
-
com.clearnlp.collection.list.FloatArrayList.toArray()
-
com.db4o.foundation.Collection4.toArray()
This is a non reflection implementation for more speed. In contrast to the JDK behaviour, the passed array has to be initialized to the right length.
-
com.dotmarketing.util.json.JSONArray.toArray()
-
com.dubture.getcomposer.core.collection.ComposerPackages.toArray()
-
com.dubture.getcomposer.core.collection.JsonArray.toArray()
-
com.dubture.getcomposer.core.collection.License.toArray()
-
com.espertech.esper.collection.OneEventCollection.toArray()
Returns an array holding the collected events.
@return event array
-
com.esri.gpt.framework.collection.StringSet.toArray()
-
com.eviware.soapui.model.propertyexpansion.PropertyExpansionsResult.toArray()
-
com.extentech.toolkit.CompatibleVector.toArray()
-
com.extentech.toolkit.FastAddVector.toArray()
-
com.filenet.api.property.Properties.toArray()
-
com.google.test.metric.Type.toArray()
-
com.googlecode.gwtgl.example.client.util.math.Vectorf.toArray()
Returns the data of this vector as array.
@return the data as array
-
com.gs.collections.api.set.primitive.ByteSet.toArray()
-
com.gs.collections.api.set.primitive.CharSet.toArray()
-
com.gs.collections.api.set.primitive.DoubleSet.toArray()
-
com.gs.collections.api.set.primitive.FloatSet.toArray()
-
com.gs.collections.api.set.primitive.IntSet.toArray()
-
com.gs.collections.api.set.primitive.LongSet.toArray()
-
com.gs.collections.api.set.primitive.ShortSet.toArray()
-
com.gs.collections.impl.list.mutable.primitive.BooleanArrayList.toArray()
-
com.gs.collections.impl.list.mutable.primitive.ByteArrayList.toArray()
-
com.gs.collections.impl.list.mutable.primitive.CharArrayList.toArray()
-
com.gs.collections.impl.list.mutable.primitive.DoubleArrayList.toArray()
-
com.gs.collections.impl.list.mutable.primitive.FloatArrayList.toArray()
-
com.gs.collections.impl.list.mutable.primitive.IntArrayList.toArray()
-
com.gs.collections.impl.list.mutable.primitive.LongArrayList.toArray()
-
com.gs.collections.impl.list.mutable.primitive.ShortArrayList.toArray()
-
com.humaorie.dollar.ArrayWrapper.BooleanArrayWrapper.toArray()
-
com.humaorie.dollar.ArrayWrapper.ByteArrayWrapper.toArray()
-
com.humaorie.dollar.ArrayWrapper.CharArrayWrapper.toArray()
-
com.humaorie.dollar.ArrayWrapper.DoubleArrayWrapper.toArray()
-
com.humaorie.dollar.ArrayWrapper.FloatArrayWrapper.toArray()
-
com.humaorie.dollar.ArrayWrapper.IntegerArrayWrapper.toArray()
-
com.humaorie.dollar.ArrayWrapper.LongArrayWrapper.toArray()
-
com.humaorie.dollar.ArrayWrapper.ShortArrayWrapper.toArray()
-
com.ipc.oce.objects.OCUserArray.toArray()
Получение всех пользователей как массива.
@return OCInfoBaseUser[]
@throws JIException
-
com.jgraph.layout.hierarchical.model.JGraphHierarchyRank.toArray()
-
com.jme3.math.Vector3f.toArray()
Saves this Vector3f into the given float[] object.
@param floats The float[] to take this Vector3f. If null, a new float[3] is created.
@return The array, with X, Y, Z float values in that order
-
com.lgx8.common.KeyStore.toArray()
-
com.mobixess.jodb.core.query.LArrayChunkedBuffer.toArray()
-
com.mongodb.BasicDBList.toArray()
-
com.mongodb.DBCursor.toArray()
Converts this cursor to an array.
@return an array of elements
@throws MongoException
-
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyRank.toArray()
-
com.mysema.query.Tuple.toArray()
Get the content as an Object array
@return
-
com.mysema.query.group.Group.toArray()
@return Groups elements as an array
-
com.ngt.jopenmetaverse.shared.sim.rendering.math.Vectorf.toArray()
Returns the data of this vector as array.
@return the data as array
-
com.numb3r3.common.math.Matrix.toArray()
Converts the matrix to a one-dimensional array of floats.
@return
-
com.opengamma.analytics.math.matrix.DoubleMatrix1D.toArray()
Convert the vector to a double array. As its elements are copied, the array is independent from the vector data.
@return An array containing a copy of vector elements
-
com.salesforce.ide.deployment.internal.DeploymentComponentSet.toArray()
-
com.sleepycat.je.cleaner.OffsetList.toArray()
Returns an array of all values as longs. If a writer thread is appending to the list while this method is excuting, some values may be missing from the returned array, but the operation is safe.
-
com.sleepycat.je.cleaner.PackedOffsets.toArray()
Returns the unpacked offsets.
-
com.sun.istack.FinalArrayList.toArray()
-
com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS.toArray()
An array of SecPkgInfo structures.
-
com.sun.jna.platform.win32.LMAccess.GROUP_INFO_2.toArray()
An array of SecPkgInfo structures.
-
com.sun.jna.platform.win32.LMAccess.GROUP_USERS_INFO_0.toArray()
An array of SecPkgInfo structures.
-
com.sun.jna.platform.win32.LMAccess.LOCALGROUP_USERS_INFO_0.toArray()
An array of SecPkgInfo structures.
-
com.sun.jna.platform.win32.LMAccess.USER_INFO_1.toArray()
An array of SecPkgInfo structures.
-
com.sun.jna.platform.win32.Sspi.PSecPkgInfo.toArray()
An array of SecPkgInfo structures.
-
com.sun.jna.platform.win32.Winspool.JOB_INFO_1.toArray()
An array of SecPkgInfo structures.
-
com.sun.jna.platform.win32.Winspool.PRINTER_INFO_1.toArray()
An array of SecPkgInfo structures.
-
com.sun.jna.platform.win32.Winspool.PRINTER_INFO_4.toArray()
An array of SecPkgInfo structures.
-
com.sun.org.apache.bcel.internal.util.ClassVector.toArray()
-
com.sun.xml.internal.messaging.saaj.util.FinalArrayList.toArray()
-
com.sun.xml.internal.ws.binding.WebServiceFeatureList.toArray()
-
com.sun.xml.messaging.saaj.util.FinalArrayList.toArray()
-
com.sun.xml.ws.binding.WebServiceFeatureList.toArray()
-
com.thoughtworks.xstream.persistence.XmlArrayList.toArray()
-
com.threerings.miso.util.ObjectSet.toArray()
-
de.fhg.igd.mongomvcc.helper.IdHashSet.toArray()
-
de.fhg.igd.mongomvcc.helper.IdSet.toArray()
@return an array containing all values currently in the set
-
de.jungblut.math.DoubleVector.toArray()
-
de.netsysit.model.ReceiverListModel.toArray()
-
de.reuse.DrawingEditorTabbedPane.toArray()
-
de.willuhn.jameica.hbci.rmi.Konto.toArray()
-
edu.emory.mathcs.backport.java.util.concurrent.CopyOnWriteArraySet.toArray()
Returns an array containing all of the elements in this set. If this set makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.
The returned array will be "safe" in that no references to it are maintained by this set. (In other words, this method must allocate a new array even if this set is backed by an array). The caller is thus free to modify the returned array.
This method acts as bridge between array-based and collection-based APIs.
@return an array containing all the elements in this set
-
edu.harvard.wcfia.yoshikoder.document.DocumentList.toArray()
-
edu.mit.simile.backstage.util.ScriptableArrayBuilder.toArray()
-
edu.ucla.sspace.vector.DoubleVector.toArray()
Returns a double array representing this vector. The returned array will be "safe" in that no changes to the array will be reflected in the vector, and likewise for changes to to the vector. The caller is thus free to modify the returned array.
@return a {@code double} array of this vector.
-
erjang.ESeq.toArray()
-
games.stendhal.common.parser.CompoundName.toArray()
-
gnu.trove.TIntCollection.toArray()
Returns an array containing all of the elements in this collection. If this collection makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.
The returned array will be "safe" in that no references to it are maintained by this collection. (In other words, this method must allocate a new array even if this collection is backed by an array). The caller is thus free to modify the returned array.
This method acts as bridge between array-based and collection-based APIs.
@return an array containing all the elements in this collection
-
gnu.trove.TIntHashSet.toArray()
-
gnu.trove.TLongCollection.toArray()
Returns an array containing all of the elements in this collection. If this collection makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.
The returned array will be "safe" in that no references to it are maintained by this collection. (In other words, this method must allocate a new array even if this collection is backed by an array). The caller is thus free to modify the returned array.
This method acts as bridge between array-based and collection-based APIs.
@return an array containing all the elements in this collection
-
gnu.trove.list.TByteList.toArray()
Copies the contents of the list into a native array.
@return an byte[]
value
-
gnu.trove.list.TCharList.toArray()
Copies the contents of the list into a native array.
@return an char[]
value
-
gnu.trove.list.TDoubleList.toArray()
Copies the contents of the list into a native array.
@return an double[]
value
-
gnu.trove.list.TFloatList.toArray()
Copies the contents of the list into a native array.
@return an float[]
value
-
gnu.trove.list.TIntList.toArray()
Copies the contents of the list into a native array.
@return an int[]
value
-
gnu.trove.list.TLongList.toArray()
Copies the contents of the list into a native array.
@return an long[]
value
-
gnu.trove.list.TShortList.toArray()
Copies the contents of the list into a native array.
@return an short[]
value
-
gnu.trove.list.array.TByteArrayList.toArray()
{@inheritDoc}
-
gnu.trove.list.array.TDoubleArrayList.toArray()
{@inheritDoc}
-
gnu.trove.list.array.TFloatArrayList.toArray()
{@inheritDoc}
-
gnu.trove.list.array.TIntArrayList.toArray()
{@inheritDoc}
-
gnu.trove.list.array.TLongArrayList.toArray()
{@inheritDoc}
-
gnu.trove.set.TIntSet.toArray()
Returns an array containing all of the elements in this set. If this set makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.
The returned array will be "safe" in that no references to it are maintained by this set. (In other words, this method must allocate a new array even if this set is backed by an array). The caller is thus free to modify the returned array.
This method acts as bridge between array-based and collection-based APIs.
@return an array containing all the elements in this set
-
gnu.trove.set.hash.TIntHashSet.toArray()
{@inheritDoc}
-
gnu.trove.set.hash.TLongHashSet.toArray()
{@inheritDoc}
-
gnu.trove.stack.TIntStack.toArray()
Copies the contents of the stack into a native array. Note that this will NOT pop them out of the stack.
@return an int[]
value
-
groovy.lang.Tuple.toArray()
-
it.unimi.dsi.fastutil.doubles.DoubleArrayList.toArray()
-
jade.util.leap.ArrayList.toArray()
@see jade.util.leap.Collection interface
-
jade.util.leap.List.toArray()
-
java.beans.beancontext.BeanContextSupport.toArray()
Gets all JavaBean or BeanContext instances currently nested in this BeanContext.
-
java.util.AbstractList.toArray()
-
java.util.ArrayList.toArray()
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
The returned array will be "safe" in that no references to it are maintained by this list. (In other words, this method must allocate a new array). The caller is thus free to modify the returned array.
This method acts as bridge between array-based and collection-based APIs.
@return an array containing all of the elements in this list inproper sequence
-
java.util.BitSet.toArray()
-
java.util.EnumSet.toArray()
-
java.util.HashSet.toArray()
-
java.util.LinkedHashSet.toArray()
-
java.util.NavigableSet.toArray()
-
java.util.Set.toArray()
Returns an array containing all of the elements in this set. If this set makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.
The returned array will be "safe" in that no references to it are maintained by this set. (In other words, this method must allocate a new array even if this set is backed by an array). The caller is thus free to modify the returned array.
This method acts as bridge between array-based and collection-based APIs.
@return an array containing all the elements in this set
-
java.util.SortedSet.toArray()
-
java.util.Stack.toArray()
-
java.util.TreeSet.toArray()
-
java.util.Vector.toArray()
Returns an array containing all of the elements in this Vector in the correct order.
@since 1.2
-
java.util.concurrent.BlockingQueue.toArray()
-
java.util.concurrent.CopyOnWriteArraySet.toArray()
Returns an array containing all of the elements in this set. If this set makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.
The returned array will be "safe" in that no references to it are maintained by this set. (In other words, this method must allocate a new array even if this set is backed by an array). The caller is thus free to modify the returned array.
This method acts as bridge between array-based and collection-based APIs.
@return an array containing all the elements in this set
-
javax.accessibility.AccessibleStateSet.toArray()
-
javax.management.AttributeList.toArray()
-
javax.persistence.Tuple.toArray()
-
javax.print.attribute.AttributeSet.toArray()
-
javax.print.attribute.DocAttributeSet.toArray()
-
javax.print.attribute.PrintJobAttributeSet.toArray()
-
javax.print.attribute.PrintRequestAttributeSet.toArray()
-
javax.print.attribute.PrintServiceAttributeSet.toArray()
-
javax.swing.DefaultListModel.toArray()
-
jinngine.math.Matrix3.toArray()
-
jinngine.math.Matrix4.toArray()
-
jinngine.math.Vector3.toArray()
Pack the three coorindates into a new double array this
vector is not modified.
@return a array set with x, y and z
-
jodd.util.buffer.FastByteBuffer.toArray()
Creates byte
array from buffered content.
-
jodd.util.buffer.FastCharBuffer.toArray()
Creates char
array from buffered content.
-
jodd.util.collection.BooleanArrayList.toArray()
Returns an array containing all of the elements in this list in the correct order.
-
jodd.util.collection.ByteArrayList.toArray()
Returns an array containing all of the elements in this list in the correct order.
-
jodd.util.collection.CharArrayList.toArray()
Returns an array containing all of the elements in this list in the correct order.
-
jodd.util.collection.DoubleArrayList.toArray()
Returns an array containing all of the elements in this list in the correct order.
-
jodd.util.collection.FloatArrayList.toArray()
Returns an array containing all of the elements in this list in the correct order.
-
jodd.util.collection.IntArrayList.toArray()
Returns an array containing all of the elements in this list in the correct order.
-
jodd.util.collection.LongArrayList.toArray()
Returns an array containing all of the elements in this list in the correct order.
-
jodd.util.collection.ShortArrayList.toArray()
Returns an array containing all of the elements in this list in the correct order.
-
kodkod.util.ints.IntSet.toArray()
Returns an array containing all of the elements in this set in the ascending order.
@return an array containing all of the elements in this set in theascending order.
-
kodkod.util.ints.IntTreeSet.toArray()
-
lineage2.gameserver.model.reward.RewardList.toArray()
Method toArray.
@return BookMark[]
-
lombok.val.toArray()
-
mbj.robotdriver.holder.HolderList.toArray()
-
net.aufdemrand.denizen.objects.dList.toArray()
Fetches a String Array copy of the dList, with the same size as the dList.
@return the array copy
-
net.helipilot50.stocktrade.displayproject.Array_Of_DisplayNode.toArray()
-
net.md_5.bungee.protocol.MinecraftOutput.toArray()
-
net.minidev.json.JSONArray.toArray()
-
net.myrrix.common.collection.FastIDSet.toArray()
-
net.rim.device.api.util.DataBuffer.toArray()
-
net.sf.json.JSONArray.toArray()
-
net.sourceforge.ganttproject.task.dependency.TaskDependencySlice.toArray()
-
nexj.core.util.HashHolder.toArray()
-
nexus.model.structs.Vector3.toArray()
Converts a Vector into an array of floats
-
org.antlr.misc.IntervalSet.toArray()
-
org.antlr.v4.runtime.misc.IntegerList.toArray()
-
org.apache.accumulo.core.data.ByteSequence.toArray()
-
org.apache.accumulo.core.file.rfile.RelativeKey.MByteSequence.toArray()
-
org.apache.accumulo.core.util.MutableByteSequence.toArray()
-
org.apache.bcel.util.ClassVector.toArray()
-
org.apache.clerezza.rdf.core.MGraph.toArray()
-
org.apache.clerezza.rdf.core.impl.SimpleMGraph.toArray()
-
org.apache.commons.collections.Bag.toArray()
-
org.apache.commons.collections.BoundedFifoBuffer.toArray()
-
org.apache.commons.collections.primitives.ByteCollection.toArray()
Returns an array containing all of my elements. The length of the returned array will be equal to my {@link #size size}.
The returned array will be independent of me, so that callers may modify that returned array without modifying this collection.
When I guarantee the order in which elements are returned by an {@link #iterator iterator}, the returned array will contain elements in the same order.
@return an array containing all my elements
-
org.apache.commons.collections.primitives.CharCollection.toArray()
Returns an array containing all of my elements. The length of the returned array will be equal to my {@link #size size}.
The returned array will be independent of me, so that callers may modify that returned array without modifying this collection.
When I guarantee the order in which elements are returned by an {@link #iterator iterator}, the returned array will contain elements in the same order.
@return an array containing all my elements
-
org.apache.commons.collections.primitives.DoubleCollection.toArray()
Returns an array containing all of my elements. The length of the returned array will be equal to my {@link #size size}.
The returned array will be independent of me, so that callers may modify that returned array without modifying this collection.
When I guarantee the order in which elements are returned by an {@link #iterator iterator}, the returned array will contain elements in the same order.
@return an array containing all my elements
-
org.apache.commons.collections.primitives.FloatCollection.toArray()
Returns an array containing all of my elements. The length of the returned array will be equal to my {@link #size size}.
The returned array will be independent of me, so that callers may modify that returned array without modifying this collection.
When I guarantee the order in which elements are returned by an {@link #iterator iterator}, the returned array will contain elements in the same order.
@return an array containing all my elements
-
org.apache.commons.collections.primitives.IntCollection.toArray()
Returns an array containing all of my elements. The length of the returned array will be equal to my {@link #size size}.
The returned array will be independent of me, so that callers may modify that returned array without modifying this collection.
When I guarantee the order in which elements are returned by an {@link #iterator iterator}, the returned array will contain elements in the same order.
@return an array containing all my elements
-
org.apache.commons.collections.primitives.IntList.toArray()
-
org.apache.commons.collections.primitives.LongCollection.toArray()
Returns an array containing all of my elements. The length of the returned array will be equal to my {@link #size size}.
The returned array will be independent of me, so that callers may modify that returned array without modifying this collection.
When I guarantee the order in which elements are returned by an {@link #iterator iterator}, the returned array will contain elements in the same order.
@return an array containing all my elements
-
org.apache.commons.collections.primitives.ShortCollection.toArray()
Returns an array containing all of my elements. The length of the returned array will be equal to my {@link #size size}.
The returned array will be independent of me, so that callers may modify that returned array without modifying this collection.
When I guarantee the order in which elements are returned by an {@link #iterator iterator}, the returned array will contain elements in the same order.
@return an array containing all my elements
-
org.apache.commons.collections.set.ListOrderedSet.toArray()
-
org.apache.commons.collections15.Bag.toArray()
Returns an array containing all of the elements in this composite.
@return an object array of all the elements in the collection
-
org.apache.commons.math3.geometry.euclidean.threed.Vector3D.toArray()
Get the vector coordinates as a dimension 3 array.
@return vector coordinates
@see #Vector3D(double[])
-
org.apache.commons.math3.geometry.euclidean.twod.Vector2D.toArray()
Get the vector coordinates as a dimension 2 array.
@return vector coordinates
@see #Vector2D(double[])
-
org.apache.commons.math3.linear.ArrayRealVector.toArray()
{@inheritDoc}
-
org.apache.commons.math3.linear.RealVector.toArray()
Convert the vector to an array of {@code double}s. The array is independent from this vector data: the elements are copied.
@return an array containing a copy of the vector elements.
-
org.apache.cxf.message.MessageContentsList.toArray()
-
org.apache.derby.iapi.sql.dictionary.ConglomerateDescriptorList.toArray()
-
org.apache.hama.commons.math.DoubleVector.toArray()
@return an array representation of this vector.
-
org.apache.hama.ml.math.DoubleVector.toArray()
@return an array representation of this vector.
-
org.apache.lucene.facet.collections.IntHashSet.toArray()
Translates the mapped pairs' values into an array of Objects
@return an object array of all the values currently in the map.
-
org.apache.lucene.facet.collections.IntToDoubleMap.toArray()
Translates the mapped pairs' values into an array of Objects
@return a double array of all the values currently in the map.
-
org.apache.lucene.facet.collections.IntToFloatMap.toArray()
Translates the mapped pairs' values into an array of Objects
@return a float array of all the values currently in the map.
-
org.apache.lucene.facet.collections.IntToIntMap.toArray()
Translates the mapped pairs' values into an array of Objects
@return an object array of all the values currently in the map.
-
org.apache.lucene.util.collections.IntHashSet.toArray()
Translates the mapped pairs' values into an array of Objects
@return an object array of all the values currently in the map.
-
org.apache.lucene.util.collections.IntToDoubleMap.toArray()
Translates the mapped pairs' values into an array of Objects
@return a double array of all the values currently in the map.
-
org.apache.lucene.util.collections.IntToIntMap.toArray()
Translates the mapped pairs' values into an array of Objects
@return an object array of all the values currently in the map.
-
org.apache.mahout.cf.taste.impl.common.FastIDSet.toArray()
-
org.apache.mahout.math.list.CharArrayList.toArray()
-
org.apache.pivot.collections.Sequence.Tree.Path.toArray()
-
org.apache.shiro.web.filter.mgt.NamedFilterList.toArray()
-
org.apache.solr.common.SolrDocumentList.toArray()
-
org.apache.stanbol.rules.base.api.util.RecipeList.toArray()
-
org.apache.tajo.catalog.Schema.toArray()
-
org.apache.uima.cas.ArrayFS.toArray()
Creates a new array the this array is copied to.
@return A Java array copy of this FS array.
-
org.apache.uima.cas.FloatArrayFS.toArray()
Create a Java array that is a copy of the internal CAS array.
@return An array copy.
-
org.apache.uima.cas.IntArrayFS.toArray()
Create a Java array that is a copy of the internal CAS array.
@return An array copy.
-
org.apache.uima.cas.StringArrayFS.toArray()
Creates a new array the this array is copied to.
@return A Java array copy of this FS array.
-
org.apache.uima.cas.impl.DoubleArrayFSImpl.toArray()
@see org.apache.uima.cas.DoubleArrayFS#toArray()
-
org.apache.uima.cas.impl.IntArrayFSImpl.toArray()
@see org.apache.uima.cas.IntArrayFS#toArray()
-
org.apache.uima.cas.impl.StringArrayFSImpl.toArray()
@see org.apache.uima.cas.ArrayFS#toArray()
-
org.apache.uima.internal.util.IntVector.toArray()
Return the underlying int array, where the length of the returned array is equal to the vector's size. This is not a copy!
-
org.apache.uima.jcas.cas.FSArray.toArray()
@see org.apache.uima.cas.ArrayFS#toArray()
-
org.apache.uima.jcas.cas.StringArray.toArray()
@see org.apache.uima.cas.StringArrayFS#toArray()
-
org.apache.xmlbeans.impl.common.SequencedHashSet.toArray()
-
org.aspectj.apache.bcel.util.ClassVector.toArray()
-
org.assertj.core.groups.Tuple.toArray()
-
org.boco.seamwebappgen.utils.CodeChunkArray.toArray()
-
org.boris.expr.util.ExprArrayBuilder.toArray()
-
org.boris.xlloop.util.XLList.toArray()
-
org.broad.igv.data.CharArrayList.toArray()
-
org.broad.igv.util.collections.DoubleArrayList.toArray()
-
org.broad.igv.util.collections.DownsampledDoubleArrayList.toArray()
-
org.broad.igv.util.collections.FloatArrayList.toArray()
-
org.broad.igv.util.collections.IntArrayList.toArray()
-
org.bson.BSONObject.toArray()
-
org.bson.types.BasicBSONList.toArray()
-
org.castor.core.util.IdentitySet.toArray()
{@inheritDoc}
@see java.util.Collection#toArray()
-
org.drools.builder.KnowledgeBuilderErrors.toArray()
-
org.eclipse.core.internal.databinding.identity.IdentitySet.toArray()
-
org.eclipse.core.internal.runtime.ReferenceHashSet.toArray()
-
org.eclipse.emf.common.util.BasicEList.toArray()
Returns an array containing all the objects in sequence. Clients may override {@link #newData newData} to create typed storage in this case.
@return an array containing all the objects in sequence.
@see #newData
-
org.eclipse.emf.common.util.EList.toArray()
-
org.eclipse.equinox.internal.provisional.p2.query.Collector.toArray()
-
org.eclipse.jface.viewers.ISelection.toArray()
-
org.eclipse.jface.viewers.IStructuredSelection.toArray()
Returns the elements in this selection as an array.
@return the selected elements as an array
-
org.eclipse.jface.viewers.StructuredSelection.toArray()
-
org.eclipse.jface.viewers.TreeSelection.toArray()
-
org.eclipse.jst.jsf.common.sets.AxiomaticSet.toArray()
-
org.eclipse.persistence.internal.helper.IdentityHashSet.toArray()
-
org.elasticsearch.common.trove.list.array.TIntArrayList.toArray()
-
org.exolab.castor.util.List.toArray()
Returns an array containing all of the elements in this list in proper sequence.
@return the array of elements of this List
-
org.fto.jthink.lang.ObjectBuffered.toArray()
返回对象数组
-
org.geotools.data.simple.SimpleFeatureCollection.toArray()
-
org.geotools.feature.FeatureCollection.toArray()
@see java.util.Collection#toArray()
-
org.gephi.graph.api.EdgeIterable.toArray()
Returns the content of the iterable directly as an array. It reads the iterable until its end and returns the array. Use this method to avoid the automatic lock when using the iterator.
@return the iterator content as an array
-
org.gephi.graph.dhns.node.AbstractNode.toArray()
-
org.glassfish.admin.amx.base.UnprocessedConfigChange.toArray()
-
org.hsqldb.lib.HashSet.toArray()
-
org.hsqldb.lib.HsqlArrayList.toArray()
-
org.hsqldb.lib.LongDeque.toArray()
-
org.hsqldb.lib.OrderedHashSet.toArray()
-
org.hsqldb.lib.OrderedIntHashSet.toArray()
-
org.hsqldb_voltpatches.lib.HashSet.toArray()
-
org.hsqldb_voltpatches.lib.HsqlArrayList.toArray()
-
org.hsqldb_voltpatches.lib.OrderedHashSet.toArray()
-
org.hsqldb_voltpatches.lib.OrderedIntHashSet.toArray()
-
org.idpf.epubcheck.util.css.CssToken.TokenBuilder.toArray()
-
org.jacorb.notification.util.AdminPropertySet.toArray()
-
org.jacorb.notification.util.QoSPropertySet.toArray()
-
org.jboss.as.jmx.model.TypeConverter.toArray()
-
org.jboss.metadata.ejb.spec.MethodParametersMetaData.toArray()
-
org.jboss.metadata.javaee.spec.IconsImpl.toArray()
-
org.jboss.util.collection.SoftSet.toArray()
-
org.jfree.data.xy.XYSeries.toArray()
Returns a new array containing the x and y values from this series.
@return A new array containing the x and y values from this series.
@since 1.0.4
-
org.jfree.layouting.util.LongList.toArray()
Copys the list contents into a new array.
@return the list contents as array.
-
org.jfree.util.HashNMap.toArray()
Returns the contents for the given key as object array. If there were no objects registered with that key, an empty object array is returned.
@param key the key.
@param data the object array to receive the contents.
@return the contents.
-
org.jibx.runtime.impl.GrowableIntArray.toArray()
Constructs and returns a simple array containing the same data as held in this array.
@return array containing a copy of the data
-
org.jibx.runtime.impl.GrowableStringArray.toArray()
Constructs and returns a simple array containing the same data as held in this array.
@return array containing a copy of the data
-
org.jitterbit.ui.selection.OrderedSelection.toArray()
Returns the selected items as an array.
@return an array of the selected items. An empty array is returned if this selection isempty.
-
org.jrdf.graph.Bag.toArray()
-
org.jruby.RubyArray.toArray()
-
org.json.simple.JSONArray.toArray()
-
org.jsoup.select.Elements.toArray()
-
org.jvnet.mock_javamail.Mailbox.toArray()
-
org.kie.internal.builder.KnowledgeBuilderErrors.toArray()
-
org.mcarthur.sandy.gwt.event.list.client.FilteredEventList.toArray()
Returns an array containing all of the unfiltered elements in this list.
-
org.mozilla.javascript.NativeArray.toArray()
-
org.mule.routing.EventGroup.toArray()
Returns a snapshot of collected events in this group.
@return an array of collected {@link MuleEvent}s.
-
org.napile.primitive.lists.IntList.toArray()
-
org.napile.primitive.sets.IntSet.toArray()
-
org.napile.primitive.sets.impl.HashIntSet.toArray()
-
org.nutz.lang.util.LinkedIntArray.toArray()
-
org.nutz.lang.util.LinkedLongArray.toArray()
-
org.objectweb.asm.tree.InsnList.toArray()
Returns an array containing all of the instructions in this list.
@return an array containing all of the instructions in this list.
-
org.opencv.core.MatOfByte.toArray()
-
org.opencv.core.MatOfRect.toArray()
-
org.pentaho.reporting.engine.classic.core.layout.style.SimpleStyleSheet.toArray()
-
org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.DefaultStyleBuilder.toArray()
@return the style carriers as array.
-
org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.StyleBuilder.toArray()
@return the style carriers as array.
-
org.pentaho.reporting.engine.classic.core.style.StyleSheet.toArray()
-
org.pentaho.reporting.engine.classic.core.util.FloatList.toArray()
Copys the list contents into a new array.
@return the list contents as array.
-
org.pentaho.reporting.engine.classic.core.util.IntList.toArray()
Copys the list contents into a new array.
@return the list contents as array.
-
org.pentaho.reporting.engine.classic.core.util.LongList.toArray()
Copys the list contents into a new array.
@return the list contents as array.
-
org.pentaho.reporting.libraries.base.util.HashNMap.toArray()
Returns the contents for the given key as object array. If there were no objects registered with that key, an empty object array is returned.
@param key the key.
@param data the object array to receive the contents.
@return the contents.
-
org.prevayler.socketserver.example.server.TodoList.toArray()
-
org.primefaces.model.TreeNodeChildren.toArray()
-
org.python.core.PyList.toArray()
-
org.python.core.PySet.toArray()
-
org.qi4j.runtime.composite.UsesInstance.toArray()
-
org.rhq.core.pc.drift.ScheduleQueue.toArray()
-
org.rosuda.REngine.RList.toArray()
-
org.structr.common.geo.GeoCodingResult.toArray()
-
org.tmatesoft.hg.internal.ByteArrayChannel.toArray()
@return content accumulated so far
-
org.tmatesoft.hg.internal.IntVector.toArray()
-
org.tmatesoft.svn.core.internal.util.SVNHashSet.toArray()
-
org.vertx.java.core.json.JsonArray.toArray()
-
org.voltdb.ParameterSet.toArray()
-
org.zkoss.json.JSONArray.toArray()
-
org.zkoss.util.FastReadArray.toArray()
Returns the array (never null). To read, you shall store the return value in a local variable and then iterate thru it.
Note: the return array is readonly. Don't modify the value of any element.
-
parquet.hadoop.metadata.ColumnPath.toArray()
-
pdp.scrabble.utility.Anagram.toArray()
-
primitive.collection.ByteList.toArray()
-
railo.commons.lang.StringList.toArray()
-
webit.script.util.ByteArrayOutputStream.toArray()
-
webit.script.util.CharArrayWriter.toArray()
-
xbird.util.collections.IntArrayList.toArray()
-
xbird.util.collections.IntStack.toArray()
-
xbird.util.collections.LongQueue.toArray()
-
xbird.util.collections.ints.IntArrayList.toArray()
-
xbird.util.collections.ints.IntStack.toArray()
-
xbird.util.collections.longs.LongQueue.toArray()
-
xk.xact.util.ItemsList.toArray()