-
abstrasy.StaticHeap.push()
-
ariba.ui.aribaweb.util.AWEnvironmentStack.push()
-
ariba.ui.meta.core.Context.push()
-
at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel.push()
-
barcode.DetectBarcode.push()
Accepts an RgbImage and tries to detect a barcode in it. It doesn't read the barcode. The barcode is searched for as an area where there are lots of vertical edges. The detection is done at low resolution for speed.
The minimum area of the barcode is set in pixels in the constructor. The barcode position is saved and can be retrieved through getRect.
@param rgb Input image.
@return true iff a barcode appeared to have been found.
@throws jjil.core.Error Should not throw this except in the case of coding error.
-
barcode.ReadBarcode.Push()
Read the barcode. The image must be an 8-bit gray image. The other parameters specify a cropping window. The barcode should almost fill the cropping window. The barcode will be located and rectified in the window. It is assumed to extend horizontally across the window. The resulting barcode, if read, will be returned from getCode(). getSuccessful() can be queried to determine whether the barcode was successfully read.
The image is cropped as all pixels whose position is greater than or equal to the top or left, and less than the bottom and right.
@param image the input image.
@throws jjil.core.Error if the barcode rectangle is outside the image, or the input image is notan RgbImage.
-
bg.smoc.model.manager.GradingQueue.push()
-
ca.carleton.gcrc.couch.app.DesignDocumentPush.push()
-
ca.carleton.gcrc.couch.app.DocumentPush.push()
-
cc.redberry.core.utils.IntArrayList.push()
Alias for addAll(int) method.
@param value
-
clojure.asm.commons.GeneratorAdapter.push()
Generates the instruction to push the given value on the stack.
@param value the value to be pushed on the stack.
-
cn.wensiqun.asmsupport.asm.InstructionHelper.push()
Generates the instruction to push the given value on the stack.
@param value the value to be pushed on the stack.
-
cn.wensiqun.asmsupport.utils.Stack.push()
-
com.alibaba.citrus.codegen.CodeBuilder.push()
-
com.android.ddmlib.SyncService.push()
Push several files.
@param local An array of loca files to push
@param remote the remote {@link FileEntry} representing a directory.
@param monitor The progress monitor. Cannot be null.
@return a {@link SyncResult} object with a code and an optional message.
-
com.carrotsearch.hppc.IntStack.push()
Adds one int to the stack.
-
com.datasift.client.DataSiftClient.push()
@return An object suitable for making requests to the DataSift Push API
-
com.deitel.jhtp6.ch17.StackComposition.push()
-
com.deitel.jhtp6.ch17.StackInheritance.push()
-
com.dotcms.repackage.org.apache.commons.digester.Digester.push()
-
com.emitrom.lienzo.client.core.types.DashArray.push()
-
com.emitrom.lienzo.client.core.types.Point2DArray.push()
-
com.exigen.ie.tools.FastStack.push()
-
com.facebook.presto.byteCode.Block.push()
-
com.foundationdb.sql.server.ServerCallContextStack.push()
-
com.foundationdb.sql.server.ServerJavaRoutine.push()
-
com.goodow.realtime.json.JsonArray.push()
-
com.goodow.realtime.json.impl.JreJsonArray.push()
-
com.google.gwt.core.client.JsArray.push()
Pushes the given value onto the end of the array.
-
com.google.gwt.core.client.JsArrayBoolean.push()
Pushes the given boolean onto the end of the array.
-
com.google.gwt.core.client.JsArrayInteger.push()
Pushes the given integer onto the end of the array.
-
com.google.gwt.core.client.JsArrayMixed.push()
-
com.google.gwt.core.client.JsArrayNumber.push()
Pushes the given number onto the end of the array.
-
com.google.gwt.core.client.JsArrayString.push()
Pushes the given value onto the end of the array.
-
com.google.gwt.user.cellview.client.ColumnSortList.push()
Push a {@link Column} onto the list at index zero, setting ascending totrue. If the column already exists, it will be removed from its current position and placed at the start of the list. If the Column is already at the start of the list, its ascending bit will be flipped (ascending to descending and vice versa).
@param column the {@link Column} to push
@return the {@link ColumnSortInfo} that was pushed
-
com.googlecode.mjorm.query.DaoModifier.push()
-
com.gs.collections.impl.stack.mutable.primitive.BooleanArrayStack.push()
-
com.gs.collections.impl.stack.mutable.primitive.ByteArrayStack.push()
-
com.gs.collections.impl.stack.mutable.primitive.CharArrayStack.push()
-
com.gs.collections.impl.stack.mutable.primitive.DoubleArrayStack.push()
-
com.gs.collections.impl.stack.mutable.primitive.FloatArrayStack.push()
-
com.gs.collections.impl.stack.mutable.primitive.IntArrayStack.push()
-
com.gs.collections.impl.stack.mutable.primitive.LongArrayStack.push()
-
com.gs.collections.impl.stack.mutable.primitive.ShortArrayStack.push()
-
com.knowgate.sms.SMSPush.push()
Send Plain Text SMS
@param SMSMessage oMsg
@throws IOException
@throws IllegalArgumentException If MSISDN or text are malformed or dtWhenMustBeSend is before now
@throws UnsupportedCharacterEncoding If given sCharacterEncoding is not supported
@return SMSResponse
-
com.lightcrafts.ui.operation.drag.DraggableStack.push()
-
com.mojang.minecraft.Entity.push()
-
com.notnoop.apns.ApnsService.push()
Sends a push notification with the provided {@code payload} to theiPhone of {@code deviceToken}. The payload needs to be a valid JSON object, otherwise it may fail silently. It is recommended to use {@link PayloadBuilder} to createone.
@param deviceToken the destination iPhone device token
@param payload The payload message
@throws NetworkIOException if a network error occurred whileattempting to send the message
-
com.opensymphony.xwork2.util.OgnlValueStack.push()
@see com.opensymphony.xwork2.util.ValueStack#push(java.lang.Object)
-
com.opensymphony.xwork2.util.ValueStack.push()
Put this object onto the top of the stack
@param o the object to be pushed onto the stack
@see CompoundRoot#push(Object)
-
com.orientechnologies.orient.core.storage.impl.local.paginated.ORecordSerializationContext.push()
-
com.peterhi.obsolete.Data.push()
-
com.sk89q.skmcl.concurrent.WorkUnit.push()
-
com.sun.corba.se.impl.orbutil.StackImpl.push()
-
com.sun.enterprise.util.collection.FastStack.push()
Pushes the object at the top of this stack.
@param object the item to be pushed into the stack.
-
com.sun.faban.harness.agent.FileAgent.push()
Pushes a file, as encapsulated in the FileTransfer, from a the master to this agent. The serialization of the FileTransfer causes the file to be copied from src to dest over the wire.
@param transfer The file transfer description
@return The number of bytes transferred
@throws RemoteException If there is an error in the transfer
-
com.sun.faces.component.CompositeComponentStackManager.push()
Pushes the specified composite component to the Evaluation
stack.
@param compositeComponent the component to push
@return
true
if the component was pushed, otherwisereturns
false
-
com.sun.msv.util.LightStack.push()
-
com.sun.org.apache.commons.digester.Digester.push()
-
com.sun.org.apache.xerces.internal.util.IntStack.push()
Pushes a value onto the stack.
-
com.sun.tools.internal.ws.wsdl.framework.TWSDLParserContextImpl.push()
-
com.sun.tools.ws.wsdl.framework.TWSDLParserContextImpl.push()
-
com.thoughtworks.xstream.core.util.FastStack.push()
-
com.trsst.client.Client.push()
Pushes entries from the specified feed id on the home service to the remote services hosted at the specified URL. Push is used to notify a remote service of new entries that may be of interest to users whose home is that service, or more broadly to publish and propagate content across the network of participating trsst servers.
@param feedId a feed id.
@param url a URL to a remote trsst service
@return a Feed returned by the server successfully accepting the feed, ornull if unsuccessful.
-
com.volantis.synergetics.cornerstone.stack.ArrayListStack.push()
-
com.volantis.synergetics.cornerstone.stack.Stack.push()
Pushes an item onto the top of this stack.
@param item the item to be pushed onto this stack.
@return the item
argument.
-
de.danielbechler.diff.differ.DifferProvider.push()
-
de.esoco.j2me.util.IntArray.push()
Adds an integer value to the end of the array (stack version, calls add()
).
@param nValue The value to add
-
de.odysseus.calyxo.panels.PanelsContext.push()
Push panel element. Make the specified panel the current entry. This method is called before a forward or include is performed.
@param panel current panel (to which is forwarded or which is included)
-
ec.util.Parameter.push()
Returns a new parameter with s added to the end of the current path items. If s is empty, nothing is pushed on (and no delimiter is added to the end).
-
edu.umd.cloud9.util.StackOfInts.push()
-
elemental.js.util.JsArrayOfString.push()
-
elemental.util.ArrayOfBoolean.push()
Pushes the given boolean onto the end of the array.
-
elemental.util.ArrayOfInt.push()
Pushes the given integer onto the end of the array.
-
elemental.util.ArrayOfNumber.push()
Pushes the given number onto the end of the array.
-
elemental.util.ArrayOfString.push()
Pushes the given value onto the end of the array.
-
er.extensions.appserver.ERXKeepAliveResponse.push()
Enqueues the data for this string using the response encoding.
@param str the string to push
-
fcagnin.jglsdk.glutil.MatrixStack.push()
-
flex.messaging.client.FlexClient.push()
@exclude Push a message to the FlexClient. The message is added to the outbound queue of messages for the client and will be pushed if possible or retrieved via a client poll request.
@param message The Message to push.
@param messageClient The MessageClient subscription that this message targets.
-
fr.eolya.crawler.queue.ISourceItemsQueue.push()
-
gnu.trove.stack.TIntStack.push()
Pushes the value onto the top of the stack.
@param val an int
value
-
gnu.trove.stack.array.TIntArrayStack.push()
Pushes the value onto the top of the stack.
@param val an int
value
-
gov.nysenate.openleg.processors.DataProcessor.push()
Pushes the specified changes to the indicated services in the provided order.
@param storage - The Storage object used for persistence
@param changes - A list of changes to push out to all services
@param services - A list of services to push change to.
-
hudson.util.Digester2.push()
-
info.s5d.assembly.AssemblyScript.push()
Pushes an instruction onto the "bottom" of the script.
@param instruction the instruction to be pushed
-
io.iron.ironmq.Queue.push()
Pushes a message onto the queue.
@param msg The body of the message to push.
@return The new message's ID
@throws io.iron.ironmq.HTTPException If the IronMQ service returns a status other than 200 OK.
@throws java.io.IOException If there is an error accessing the IronMQ server.
-
java.awt.EventQueue.push()
Replaces the existing EventQueue
with the specified one. Any pending events are transferred to the new EventQueue
for processing by it.
@param newEventQueue an EventQueue
(or subclass thereof) instance to be use
@see java.awt.EventQueue#pop
@throws NullPointerException if newEventQueue
is null
@since 1.2
-
java.util.ArrayDeque.push()
Pushes an element onto the stack represented by this deque. In other words, inserts the element at the front of this deque.
This method is equivalent to {@link #addFirst}.
@param e the element to push
@throws NullPointerException if the specified element is null
-
java.util.Deque.push()
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, returning
true upon success and throwing an
IllegalStateException if no space is currently available.
This method is equivalent to {@link #addFirst}.
@param e the element to push
@throws IllegalStateException if the element cannot be added at thistime due to capacity restrictions
@throws ClassCastException if the class of the specified elementprevents it from being added to this deque
@throws NullPointerException if the specified element is null and thisdeque does not permit null elements
@throws IllegalArgumentException if some property of the specifiedelement prevents it from being added to this deque
-
java.util.LinkedList.push()
Pushes an element onto the stack represented by this list. In other words, inserts the element at the front of this list.
This method is equivalent to {@link #addFirst}.
@param e the element to push
@since 1.6
-
java.util.Stack.push()
Pushes an item onto the top of this stack. This has exactly the same effect as:
addElement(item)
@param item the item to be pushed onto this stack.
@return the
item
argument.
@see java.util.Vector#addElement
-
jjil.algorithm.ApplyMaskRgb.push()
Highlights an area in a RGB image by turning the non-masked areas gray and dimming them.
@return the masked color image.
@param imRgb the input RGB image.
@param imMask The input mask. Pixels with the value Byte.MinValue are unmasked. Everything else is considered to be masked.
@throws jjil.core.Error if the input sizes do not match
-
jjil.algorithm.Gray8CannyHoriz.push()
Apply the Canny operator horizontally to the input input image. The sigma value for the operator is set in the class constructor. We handle the borders of the image a little carefully to avoid creating spurious edges at them. The image value at the border is reflected so that image(0,-1), for example, is made equal to image(0,1).
@param image the input Gray8Image
@throws jjil.core.Error if the input is not a Gray8Image.
-
jjil.algorithm.Gray8ConnComp.push()
Compute connected components of input gray image using a union-find algorithm.
@param image the input image.
@throws jjil.core.Error if the image is not a gray 8-bit image.
-
jjil.algorithm.Gray8Crop.push()
Crops the input gray image to the cropping window that was specified in the constructor.
@param image the input image.
@throws jjil.core.Error if the cropping windowextends outside the input image, or the input image is not a Gray8Image.
-
jjil.algorithm.Gray8RectStretch.push()
Bilinear interpolation to stretch image to (cWidth, cHeight). Does this in two passes, for more efficient computation.
@param image the input image
@throws jjil.core.Error if input image is not gray 8 bits,or the input image size is larger than the target size. This class does not do subsampling, only interpolation.
-
jjil.algorithm.Gray8Rgb.push()
Converts an 8-bit gray image into an RGB image by replicating R, G, and B values. Also changes the data range of the bytes from -128->127 to 0->255.
@param image the input image.
@throws jjil.core.Error if the input is not a Gray8Image
-
jjil.algorithm.Gray8Shrink.push()
Process an input Gray8Image, producing a new shrunk output image.
@param image The input Gray8Image.
@throws jjil.core.Error if input is not a Gray8Image, or the input image size is smaller (either horizontally or vertically) than the desired size.
-
jjil.algorithm.Gray8TrapWarp.push()
Warps a trapezoidal region in the input gray image into a rectangular output image. Uses bilinear interpolation. The calculation of fractional image coordinates is done by multiplying all the coordinates by 256, to avoid floating point computation.
@param image the input gray image.
@throws jjil.core.Error if the input image is not gray,or the trapezoid already specified extends outside its bounds.
-
jjil.algorithm.Gray8ZeroCrossingHoriz.push()
Computes the zero crossings of an input gray image that are greater than a threshold.
@param image the input image.
@return an array of arrays of zero crossings. There is one arrayfor each row in the input. The array elements are the zero crossing positions within the rows, multiplied by 256 so fractional values can be represented. A value of null means there were no zero crossings in the row.
-
jjil.algorithm.GrayConnComp.push()
-
jjil.algorithm.GrayShrink.push()
-
jjil.algorithm.LinefitHough.push()
Finds the most likely line passing through the points in the Vector.
@param points the input Vector of point positions
@throws jjil.core.Error if points is not a Vector of point objects.
-
jjil.algorithm.RgbAvg2Gray.push()
-
jjil.algorithm.RgbAvgGray.push()
Implementation of push operation from PipelineStage. Averages the R, G, and B values to create a gray image of the same size. Note that the RGB->Gray conversion involves changing the data range of each pixel from 0->255 to -128->127 because byte is a signed type.
@param image the input image
@throws jjil.core.Error if image is not an RgbImage
-
jjil.algorithm.RgbShrink.push()
Process an image.
@param image the input RgbImage.
@throws jjil.core.Error if the input is not an RgbImage, or is smaller than the target image eitherhorizontally or vertically.
-
jjil.core.Sequence.push()
Process an image by the pipeline. The image is pushed onto the beginning of the pipeline, and then each stage's output is passed to the next stage, until the end of the pipeline is reached. Overrides PipelineStage.push(Image).
@param i the image to be pushed.
@throws jjil.core.Error if the pipeline is empty.
-
jodd.json.Path.push()
Push element to the path.
-
js.lang.NativeArray.push()
Adds one or more elements to the end of an array and returns the new length of the array.
@param item The elements to add to the end of the array.
@return The new length property of the object upon which the method was called.
-
kilim.analysis.Frame.push()
-
kiss.Table.push()
-
lombok.val.push()
-
maelstrom.funge.interpreter.stack.Stack.push()
Pushes a new element on to the stack
@param data The element to push
-
mf.org.apache.xerces.util.IntStack.push()
Pushes a value onto the stack.
-
net.citizensnpcs.utils.PageUtils.PageInstance.push()
-
net.fortytwo.ripple.model.RippleList.push()
-
net.gridshield.nexsm.mapper.pusher.Pusher.push()
-
net.gridshield.nexsm.mapper.pusher.ThreadURLPush.push()
-
net.hasor.db.datasource.local.ConnectionSequence.push()
压入
-
net.sf.cglib.core.CodeEmitter.push()
-
net.sourceforge.chaperon.helpers.IntegerList.push()
Pushs a value to this list
@param value Value
-
net.sourceforge.chaperon.process.extended.CharBuffer.push()
-
omschaub.azcvsupdater.utilities.StackX.push()
put item in top of stack
@param item j
-
org.antlr.runtime.tree.CommonTreeNodeStream.push()
Make stream jump to a new location, saving old location. Switch back with pop().
-
org.apache.axis2.jaxws.message.util.StackableReader.push()
Push a new StreamReader
@param streamReader
-
org.apache.commons.collections.ArrayStack.push()
Push a new item onto the top of this stack. The pushed item is also returned.
@param item Item to be added
-
org.apache.commons.digester.Digester.push()
Push a new object onto the top of the object stack.
@param object The new object
-
org.apache.commons.digester3.Digester.push()
Push a new object onto the top of the object stack.
@param < T> any type of the pushed object
@param object The new object
-
org.apache.cxf.helpers.NSStack.push()
-
org.apache.cxf.jaxrs.model.OperationResourceInfoStack.push()
-
org.apache.derby.iapi.services.compiler.MethodBuilder.push()
Push a byte constant onto the stack
Stack ... => ...,byte_value
-
org.apache.directory.server.core.invocation.InvocationStack.push()
Pushes the specified invocation to this stack.
-
org.apache.geronimo.datastore.impl.remote.messaging.HeaderOutInterceptor.push()
Adds an header to the Msg and pushes it to the next interceptor.
@param aMsg Msg to process.
-
org.apache.geronimo.datastore.impl.remote.messaging.MsgOutInterceptor.push()
Pushes a Msg.
@param aMsg Msg to be pushed.
-
org.apache.geronimo.messaging.interceptors.MsgOutInterceptor.push()
Pushes a Msg.
@param aMsg Msg to be pushed.
-
org.apache.geronimo.network.protocol.control.ControlClientProtocolStack.push()
-
org.apache.geronimo.network.protocol.control.ControlServerProtocolStack.push()
-
org.apache.geronimo.network.protocol.control.ControlServerProtocolWaiter.push()
-
org.apache.hivemind.impl.InterceptorStackImpl.push()
-
org.apache.hivemind.schema.SchemaProcessor.push()
Pushes an object onto the processor's stack.
-
org.apache.karaf.cellar.core.Synchronizer.push()
Push local resources states to a cluster group.
@param group the cluster group where to push the resources states.
-
org.apache.ldap.server.invocation.InvocationStack.push()
Pushes the specified invocation to this stack.
-
org.apache.lenya.util.Stack.push()
DOCUMENT ME!
@param object DOCUMENT ME!
-
org.apache.log.output.MemoryTarget.push()
Push log events to target.
-
org.apache.marmotta.ldpath.template.model.freemarker.TemplateStackModel.push()
-
org.apache.maven.archiva.dependency.graph.tasks.DependencyManagementStack.push()
-
org.apache.mina.util.BlockingQueue.push()
-
org.apache.mina.util.ExpiringStack.push()
Push into this stack.
-
org.apache.mina.util.Queue.push()
Enqueue into this queue.
-
org.apache.mina.util.Stack.push()
Push into this stack.
-
org.apache.openejb.util.Pool.push()
Never call this method without having successfully called {@link #pop(long,java.util.concurrent.TimeUnit)} beforehand.
Failure to do so will increase the max pool size by one.
@param obj object to push onto the pool
@return false if the pool max size was exceeded
-
org.apache.openejb.util.Stack.push()
-
org.apache.shale.dialog.Status.push()
-
org.apache.struts.digester.Digester.push()
Push a new object onto the top of the object stack.
@param object The new object
-
org.apache.tapestry.runtime.RenderQueue.push()
Adds the new command to the front of the queue.
-
org.apache.tapestry.services.Environment.push()
Pushes a new service onto the stack. The old service at the top of the stack is returned (it may be null).
@param < T>
@param type the type of service to store
@param instance the service instance
@return the previous top service
-
org.apache.tapestry5.runtime.RenderQueue.push()
Adds the new command to the front of the queue.
-
org.apache.tapestry5.services.Environment.push()
Pushes a new service onto the stack. The old service at the top of the stack is returned (it may be null).
@param < T> the type of environmental object
@param type class used to select the object
@param instance the service object
@return the previous top service
-
org.apache.tomcat.util.digester.Digester.push()
Push a new object onto the top of the object stack.
@param object The new object
-
org.apache.tools.ant.util.IdentityStack.push()
-
org.apache.uima.internal.util.IntStack.push()
Push a new element on the stack.
@param i The element to be pushed.
@return The position of i
after it's been added.
-
org.apache.wicket.util.collections.ArrayListStack.push()
Pushes an item onto the top of this stack.
@param item the item to be pushed onto this stack.
-
org.apache.xalan.transformer.StackGuard.push()
Push in a StackGuard object mathing given template
@param xslTemplate Current template being processed
@param sourceXML Current Source Node
@throws TransformerException
-
org.apache.xerces.util.IntStack.push()
Pushes a value onto the stack.
-
org.apache.xml.security.c14n.implementations.NameSpaceSymbTable.push()
Push a frame for a node. Inclusive or Exclusive.
-
org.apache.xmlbeans.XmlCursor.push()
Saves the current location of this cursor on an internal stack of saved positions (independent of selection). This location may be restored later by calling the pop() method.
-
org.beangle.struts2.view.template.ThemeStack.push()
-
org.codehaus.groovy.classgen.asm.OperandStack.push()
push operand on stack
-
org.eclipse.jetty.spdy.api.Stream.push()
Initiate a unidirectional spdy pushstream associated to this stream asynchronously
Callers may use the returned future to get the pushstream once it got created
@param pushInfo the metadata to send on stream creation
@return a future containing the stream once it got established
@see #push(PushInfo,Promise)
-
org.eclipse.jgit.api.Git.push()
org/pub/software/scm/git/docs/git-push.html"
>Git documentation about Push
@return a {@link PushCommand} used to collect all optional parameters andto finally execute the {@code Push} command
-
org.eclipse.jgit.blame.BlameGenerator.push()
Push a candidate blob onto the generator's traversal stack.
Candidates should be pushed in history order from oldest-to-newest. Applications should push the starting commit first, then the index revision (if the index is interesting), and finally the working tree copy (if the working tree is interesting).
@param description description of the blob revision, such as "Working Tree".
@param contents contents of the file.
@return {@code this}
@throws IOException the repository cannot be read.
-
org.eclipse.jgit.transport.Transport.push()
Push objects and refs from the local repository to the remote one.
This is a utility function providing standard push behavior. It updates remote refs and send there necessary objects according to remote ref update specification. After successful remote ref update, associated locally stored tracking branch is updated if set up accordingly. Detailed operation result is provided after execution.
For setting up remote ref update specification from ref spec, see helper method {@link #findRemoteRefUpdatesFor(Collection)}, predefined refspecs ( {@link #REFSPEC_TAGS}, {@link #REFSPEC_PUSH_ALL}) or consider using directly {@link RemoteRefUpdate} for more possibilities.
When {@link #isDryRun()} is true, result of this operation is justestimation of real operation result, no real action is performed.
@see RemoteRefUpdate
@param monitor progress monitor to inform the user about our processing activity. Must not be null. Use {@link NullProgressMonitor} ifprogress updates are not interesting or necessary.
@param toPush specification of refs to push. May be null or the empty collection to use the specifications from the RemoteConfig converted by {@link #findRemoteRefUpdatesFor(Collection)}. No more than 1 RemoteRefUpdate with the same remoteName is allowed. These objects are modified during this call.
@return information about results of remote refs updates, tracking refsupdates and refs advertised by remote repository.
@throws NotSupportedException this transport implementation does not support pushing objects.
@throws TransportException the remote connection could not be established or object copying (if necessary) failed at I/O or protocol level or update specification was incorrect.
-
org.exolab.castor.util.Stack.push()
Adds the given Object to the top of the Stack
-
org.geotools.graph.util.IndexedStack.push()
-
org.gocha.text.IndentStackWriter.push()
-
org.grails.web.encoder.OutputEncodingStack.push()
-
org.icepush.PushContext.push()
-
org.ictclas4j.bean.Queue.push()
-
org.jakstab.solver.Solver.push()
-
org.jboss.aerogear.android.unifiedpush.Registrations.push()
-
org.jboss.as.controller.security.ServerSecurityManager.push()
-
org.jboss.weld.injection.CurrentInjectionPoint.push()
-
org.jfree.layouting.util.IntList.push()
-
org.jfree.util.FastStack.push()
-
org.jnode.vm.bytecode.TypeStack.push()
Push a type onto the TypeStack.
@param type a {@link org.jnode.vm.JvmType} value
-
org.jresearch.gossip.mail.MailQueue.push()
-
org.jruby.RubyArray.push()
-
org.keplerproject.luajava.LuaObject.push()
Pushes the object represented by this into L's stack
-
org.loadui.testfx.GuiTest.push()
-
org.mvel2.util.ExecutionStack.push()
-
org.neo4j.graphalgo.impl.util.PathImpl.Builder.push()
-
org.netbeans.jemmy.drivers.ButtonDriver.push()
Pushes a button.
@param oper Button operator.
-
org.netbeans.jemmy.operators.JButtonOperator.push()
-
org.nlogo.api.Graphics2DWrapper.push()
-
org.noname.designer.core.interfaces.EvaluationContext.push()
-
org.noname.designer.core.interfaces.FrameContext.push()
-
org.nutz.lang.util.LinkedIntArray.push()
-
org.nutz.lang.util.LinkedLongArray.push()
-
org.nutz.mongo.util.Moo.push()
修改器: 向数组增加值
@param field 字段
@param objs 值
@return 新节点
-
org.objectweb.asm.commons.GeneratorAdapter.push()
Generates the instruction to push the given value on the stack.
@param value the value to be pushed on the stack.
-
org.ofbiz.base.util.IndentingWriter.push()
-
org.ofbiz.base.util.collections.MapStack.push()
Puts a new Map on the top of the stack
-
org.omg.CosNotifyComm.PushConsumer.push()
-
org.opencustomer.framework.webapp.panel.PanelStack.push()
-
org.osgi.service.coordinator.Coordination.push()
Push this Coordination object onto the thread local Coordination stack to make it the {@link Coordinator#peek() current Coordination}.
@return This Coordination.
@throws CoordinationException If this Coordination is already on the anythread's thread local Coordination stack or this Coordination {@link #isTerminated() is terminated}.
@throws SecurityException If the caller does not have{@code CoordinationPermission[INITIATE]} for this Coordination.
-
org.ow2.asm.commons.GeneratorAdapter.push()
Generates the instruction to push the given value on the stack.
@param value the value to be pushed on the stack.
-
org.ozoneDB.data.SimpleArrayList.push()
-
org.parboiled.common.IntArrayStack.push()
Pushes a new item onto the stack.
@param x the item to add.
-
org.pentaho.reporting.libraries.base.util.FastStack.push()
Pushes a new object on the stack. Null-references are allowed.
@param o the object, maybe null.
-
org.platformlayer.Scope.push()
-
org.sat4j.core.VecInt.push()
-
org.sat4j.specs.IVecInt.push()
-
org.springframework.beans.factory.parsing.ParseState.push()
Add a new {@link Entry} to the {@link Stack}.
-
org.teavm.common.IntegerStack.push()
-
org.teiid.query.optimizer.relational.RuleStack.push()
-
org.testng.reporters.XMLStringBuffer.push()
Push a new tag. Its value is stored and will be compared against the parameter passed to pop().
@param tagName The name of the tag.
@param schema The schema to use (can be null or an empty string).
@param attributes A Properties file representing the attributes (or null)
-
org.thechiselgroup.choosel.core.client.util.math.NumberArray.push()
-
org.zeromq.ZMsg.push()
-
pt.opensoft.logging.Logger.push()
-
ptolemy.kernel.undo.UndoStackAttribute.push()
Push an action to the undo stack, or if we are executing an undo, onto the redo stack. This method gets write access on the workspace.
@param action The undo action.
-
stp.VC.push()
Checkpoint the current context and increase the scope level
-
test.dbc.stack.Stack.push()
-
test.dbc.stack.StackImpl.push()
-
water.cascade.Env.push()
-
webit.script.asm.lib.MethodWriter.push()
-
xbird.util.collections.IntStack.push()
-
xbird.util.collections.ints.IntStack.push()